MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. #656
This commit is contained in:
parent
0c85be88e0
commit
0b753f67ad
|
@ -1086,7 +1086,7 @@
|
||||||
ITEM.RADIO(["TeXWeb","TeX (web)"], "font", {action: MENU.Font}),
|
ITEM.RADIO(["TeXWeb","TeX (web)"], "font", {action: MENU.Font}),
|
||||||
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.RULE(),
|
||||||
ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}),
|
ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}),
|
||||||
|
|
|
@ -64,6 +64,12 @@ MathJax.Localization.addTranslation("en","MathMenu",{
|
||||||
TeXWeb: "TeX (web)",
|
TeXWeb: "TeX (web)",
|
||||||
TeXImage: "TeX (image)",
|
TeXImage: "TeX (image)",
|
||||||
STIXLocal: "STIX (local)",
|
STIXLocal: "STIX (local)",
|
||||||
|
STIXWeb: "STIX (web)",
|
||||||
|
AsanaMathWeb: "Asana Math (web)",
|
||||||
|
GyrePagellaWeb: "Gyre Pagella (web)",
|
||||||
|
GyreTermesWeb: "Gyre Termes (web)",
|
||||||
|
LatinModernWeb: "Latin Modern (web)",
|
||||||
|
NeoEulerWeb: "Neo Euler (web)",
|
||||||
ContextMenu: "Contextual Menu",
|
ContextMenu: "Contextual Menu",
|
||||||
Browser: "Browser",
|
Browser: "Browser",
|
||||||
Scale: "Scale All Math ...",
|
Scale: "Scale All Math ...",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user