changed debian/source/format to native
This commit is contained in:
parent
f326720529
commit
735c72b4e8
|
@ -1,61 +0,0 @@
|
|||
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 @@
|
||||
ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}),
|
||||
ITEM.RULE(),
|
||||
ITEM.RADIO(["STIXLocal","STIX (local)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RADIO(["STIXWeb","STIX (web)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RULE(),
|
||||
- ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RADIO(["GyrePagellaWeb","Gyre Pagella (web)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RADIO(["GyreTermesWeb","Gyre Termes (web)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RADIO(["LatinModernWeb","Latin Modern (web)"], "font", {action: MENU.Font}),
|
||||
- ITEM.RADIO(["NeoEulerWeb","Neo Euler (web)"], "font", {action: MENU.Font})
|
||||
+ ITEM.RADIO(["STIXWeb","STIX (web)"], "font", {action: MENU.Font})
|
||||
),
|
||||
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 @@
|
||||
TeXImage: ["",""],
|
||||
STIXLocal: ["STIX","STIX-Web"],
|
||||
STIXWeb: "STIX-Web",
|
||||
- AsanaMathWeb: "Asana-Math",
|
||||
- GyrePagellaWeb: "Gyre-Pagella",
|
||||
- GyreTermesWeb: "Gyre-Termes",
|
||||
- LatinModernWeb: "Latin-Modern",
|
||||
- NeoEulerWeb: "Neo-Euler"
|
||||
},
|
||||
|
||||
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 @@
|
||||
|
||||
hideProcessedMath: true, // use display:none until all math is processed
|
||||
|
||||
- fontNames: ["TeX","STIX","STIX-Web","Asana-Math",
|
||||
- "Gyre-Termes","Gyre-Pagella","Latin-Modern","Neo-Euler"],
|
||||
+ fontNames: ["TeX","STIX","STIX-Web","Asana-Math"],
|
||||
|
||||
|
||||
Config: function () {
|
|
@ -1,2 +0,0 @@
|
|||
no_extra_fonts.diff
|
||||
update_url.diff
|
|
@ -1,23 +0,0 @@
|
|||
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 @@
|
||||
* when you load MathJax.js, e.g.
|
||||
*
|
||||
* <script
|
||||
- * src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML,Safe">
|
||||
+ * src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS_HTML,Safe">
|
||||
* </script>
|
||||
*
|
||||
* ---------------------------------------------------------------------
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Reference in New Issue