mirror of https://gitee.com/openkylin/mathjax.git
format patches
This commit is contained in:
parent
160f549788
commit
5aedb0f874
|
@ -1,8 +1,17 @@
|
|||
Description: disable extra fonts, we do not ship them at the moment
|
||||
Author: Dmitry Shachnev <mitya57@debian.org>
|
||||
From: Dmitry Shachnev <mitya57@debian.org>
|
||||
Date: Wed, 8 May 2024 09:35:03 +0800
|
||||
Subject: disable extra fonts, we do not ship them at the moment
|
||||
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2016-02-14
|
||||
---
|
||||
unpacked/extensions/MathMenu.js | 8 +-------
|
||||
unpacked/jax/output/HTML-CSS/jax.js | 5 -----
|
||||
unpacked/jax/output/SVG/jax.js | 3 +--
|
||||
3 files changed, 2 insertions(+), 14 deletions(-)
|
||||
|
||||
diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js
|
||||
index 8bde697..11c1221 100644
|
||||
--- a/unpacked/extensions/MathMenu.js
|
||||
+++ b/unpacked/extensions/MathMenu.js
|
||||
@@ -1573,13 +1573,7 @@
|
||||
|
@ -20,6 +29,8 @@ Last-Update: 2016-02-14
|
|||
),
|
||||
ITEM.SUBMENU(["ContextMenu","Contextual Menu"], {hidden:!CONFIG.showContext},
|
||||
ITEM.RADIO(["MathJax","MathJax"], "context"),
|
||||
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
|
||||
index b6d0469..36d56e5 100644
|
||||
--- a/unpacked/jax/output/HTML-CSS/jax.js
|
||||
+++ b/unpacked/jax/output/HTML-CSS/jax.js
|
||||
@@ -432,11 +432,6 @@
|
||||
|
@ -34,6 +45,8 @@ Last-Update: 2016-02-14
|
|||
},
|
||||
|
||||
fontInUse: "generic",
|
||||
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
|
||||
index b68aa76..8cf385d 100644
|
||||
--- a/unpacked/jax/output/SVG/jax.js
|
||||
+++ b/unpacked/jax/output/SVG/jax.js
|
||||
@@ -159,8 +159,7 @@
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
Description: use local URL in an example in config/Safe.js
|
||||
Author: Dmitry Shachnev <mitya57@debian.org>
|
||||
From: Dmitry Shachnev <mitya57@debian.org>
|
||||
Date: Wed, 8 May 2024 09:35:03 +0800
|
||||
Subject: use local URL in an example in config/Safe.js
|
||||
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2020-05-23
|
||||
---
|
||||
unpacked/config/Safe.js | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/unpacked/config/Safe.js b/unpacked/config/Safe.js
|
||||
index cd1e5d7..778adac 100644
|
||||
--- a/unpacked/config/Safe.js
|
||||
+++ b/unpacked/config/Safe.js
|
||||
@@ -9,7 +9,7 @@
|
||||
|
|
Loading…
Reference in New Issue