mirror of https://gitee.com/openkylin/mathjax.git
disable extra fonts, we do not ship them at the moment
Forwarded: not-needed Last-Update: 2016-02-14 Gbp-Pq: Name no_extra_fonts.diff
This commit is contained in:
parent
9bc055d438
commit
91811b8668
|
@ -1573,13 +1573,7 @@
|
||||||
ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}),
|
ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}),
|
||||||
ITEM.RULE(),
|
ITEM.RULE(),
|
||||||
ITEM.RADIO(["STIXLocal","STIX (local)"], "font", {action: MENU.Font}),
|
ITEM.RADIO(["STIXLocal","STIX (local)"], "font", {action: MENU.Font}),
|
||||||
ITEM.RADIO(["STIXWeb","STIX (web)"], "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.SUBMENU(["ContextMenu","Contextual Menu"], {hidden:!CONFIG.showContext},
|
ITEM.SUBMENU(["ContextMenu","Contextual Menu"], {hidden:!CONFIG.showContext},
|
||||||
ITEM.RADIO(["MathJax","MathJax"], "context"),
|
ITEM.RADIO(["MathJax","MathJax"], "context"),
|
||||||
|
|
|
@ -396,11 +396,6 @@
|
||||||
TeXImage: ["",""],
|
TeXImage: ["",""],
|
||||||
STIXLocal: ["STIX","STIX-Web"],
|
STIXLocal: ["STIX","STIX-Web"],
|
||||||
STIXWeb: "STIX-Web",
|
STIXWeb: "STIX-Web",
|
||||||
AsanaMathWeb: "Asana-Math",
|
|
||||||
GyrePagellaWeb: "Gyre-Pagella",
|
|
||||||
GyreTermesWeb: "Gyre-Termes",
|
|
||||||
LatinModernWeb: "Latin-Modern",
|
|
||||||
NeoEulerWeb: "Neo-Euler"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
fontInUse: "generic",
|
fontInUse: "generic",
|
||||||
|
|
|
@ -125,8 +125,7 @@
|
||||||
|
|
||||||
hideProcessedMath: true, // use display:none until all math is processed
|
hideProcessedMath: true, // use display:none until all math is processed
|
||||||
|
|
||||||
fontNames: ["TeX","STIX","STIX-Web","Asana-Math",
|
fontNames: ["TeX","STIX","STIX-Web","Asana-Math"],
|
||||||
"Gyre-Termes","Gyre-Pagella","Latin-Modern","Neo-Euler"],
|
|
||||||
|
|
||||||
|
|
||||||
Config: function () {
|
Config: function () {
|
||||||
|
|
Loading…
Reference in New Issue