mirror of https://gitee.com/openkylin/mathjax.git
format patches
This commit is contained in:
parent
9bc055d438
commit
81bb264239
|
@ -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: Sat, 14 May 2022 03:40:06 +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 8f02e8b..3d2a139 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 66480b7..35b6577 100644
|
||||
--- a/unpacked/jax/output/HTML-CSS/jax.js
|
||||
+++ b/unpacked/jax/output/HTML-CSS/jax.js
|
||||
@@ -396,11 +396,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 9f0a5b3..98eda89 100644
|
||||
--- a/unpacked/jax/output/SVG/jax.js
|
||||
+++ b/unpacked/jax/output/SVG/jax.js
|
||||
@@ -125,8 +125,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: Sat, 14 May 2022 03:40:07 +0800
|
||||
Subject: use local URL in an example in config/Safe.js
|
||||
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2014-10-03
|
||||
---
|
||||
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 0bffafc..aa51788 100644
|
||||
--- a/unpacked/config/Safe.js
|
||||
+++ b/unpacked/config/Safe.js
|
||||
@@ -9,7 +9,7 @@
|
||||
|
|
Loading…
Reference in New Issue