www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d1822362f2e2735de20fec6247ef542b73ff32a9
parent 53b1201b54d784ffde3e51d9f884e302cccc954a
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Thu,  7 Nov 2013 05:52:38 -0800

Merge pull request #660 from fred-wang/issue656

MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. ...
Diffstat:
Munpacked/extensions/MathMenu.js | 2+-
Munpacked/localization/en/MathMenu.js | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -1086,7 +1086,7 @@ ITEM.RADIO(["TeXWeb","TeX (web)"], "font", {action: MENU.Font}), ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}), 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.RULE(), ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}), diff --git a/unpacked/localization/en/MathMenu.js b/unpacked/localization/en/MathMenu.js @@ -64,6 +64,12 @@ MathJax.Localization.addTranslation("en","MathMenu",{ TeXWeb: "TeX (web)", TeXImage: "TeX (image)", 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", Browser: "Browser", Scale: "Scale All Math ...",