Skip to content

Commit 0b753f6

Browse files
committed
MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. #656
1 parent 0c85be8 commit 0b753f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

unpacked/extensions/MathMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
ITEM.RADIO(["TeXWeb","TeX (web)"], "font", {action: MENU.Font}),
10871087
ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}),
10881088
ITEM.RULE(),
1089-
ITEM.RADIO(["STIXlocal","STIX (local)"], "font", {action: MENU.Font}),
1089+
ITEM.RADIO(["STIXLocal","STIX (local)"], "font", {action: MENU.Font}),
10901090
ITEM.RADIO(["STIXWeb","STIX (web)"], "font", {action: MENU.Font}),
10911091
ITEM.RULE(),
10921092
ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}),

unpacked/localization/en/MathMenu.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ MathJax.Localization.addTranslation("en","MathMenu",{
6464
TeXWeb: "TeX (web)",
6565
TeXImage: "TeX (image)",
6666
STIXLocal: "STIX (local)",
67+
STIXWeb: "STIX (web)",
68+
AsanaMathWeb: "Asana Math (web)",
69+
GyrePagellaWeb: "Gyre Pagella (web)",
70+
GyreTermesWeb: "Gyre Termes (web)",
71+
LatinModernWeb: "Latin Modern (web)",
72+
NeoEulerWeb: "Neo Euler (web)",
6773
ContextMenu: "Contextual Menu",
6874
Browser: "Browser",
6975
Scale: "Scale All Math ...",

0 commit comments

Comments
 (0)