Skip to content

Commit 39fd800

Browse files
committed
MathML Copy/Zoom/Font settings: upgrade to use JPM ; MathML font settings: add Libertinus Math and remove Neo Euler.
1 parent de1eec2 commit 39fd800

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

mathml-copy/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var contextMenu = require("sdk/context-menu");
88
var data = require("sdk/self").data;
99
var clipboard = require("sdk/clipboard");
10-
var copyMathML = require("copy-mathml");
10+
var copyMathML = require("./copy-mathml");
1111
var _ = require("sdk/l10n").get;
1212

1313
// Add a menu item to copy the <math> source and element.

mathml-copy/mathml-copy.xpi

-13.9 KB
Binary file not shown.

mathml-copy/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "mathml-copy",
33
"title": "MathML Copy",
4-
"id": "jid1-u5w9ZJYgijZpHA",
4+
"id": "jid1-u5w9ZJYgijZpHA@jetpack",
5+
"main": "lib/main.js",
56
"description": "Add items to the context menu to copy a MathML formula and other annotations attached to it (e.g. LaTeX) into the clipboard.",
67
"author": "Frédéric Wang",
78
"license": "MPL 2.0",
8-
"version": "1.1"
9+
"version": "1.2"
910
}

mathml-fontsettings/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "mathml-fontsettings",
33
"title": "MathML Font Settings",
4-
"id": "jid1-EQE4AIXPwNXvEA",
4+
"id": "jid1-EQE4AIXPwNXvEA@jetpack",
5+
"main": "lib/main.js",
56
"description": "This add-on allows configuring MathML font settings.",
67
"author": "Frédéric Wang",
78
"translators": ["Frédéric Wang"],
89
"license": "MPL 2.0",
9-
"version": "0.2",
10+
"version": "0.3",
1011
"preferences": [{
1112
"name": "mathFontFamilyList",
1213
"title": "mathFontFamilyList_title",
1314
"description": "mathFontFamilyList_description",
1415
"type": "string",
15-
"value": "Asana Math, Cambria Math, Latin Modern Math, Lucida Bright Math, Minion Math, Neo Euler, STIX Math, TeX Gyre Bonum Math, TeX Gyre Pagella Math, TeX Gyre Schola Math, TeX Gyre Termes Math, XITS Math"
16+
"value": "Asana Math, Cambria Math, Latin Modern Math, Libertinus Math, Lucida Bright Math, Minion Math, STIX Math, TeX Gyre Bonum Math, TeX Gyre Pagella Math, TeX Gyre Schola Math, TeX Gyre Termes Math, XITS Math"
1617
},{
1718
"name": "mathFontFamily",
1819
"title": "mathFontFamily_title",

mathml-zoom/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "mathml-zoom",
33
"title": "MathML Zoom",
4-
"id": "jid1-umYSoqNlFpsxzQ",
4+
"id": "jid1-umYSoqNlFpsxzQ@jetpack",
5+
"main": "lib/main.js",
56
"description": "Allow zooming mathematical formulas",
67
"author": "Frédéric Wang",
78
"license": "MPL 2.0",
8-
"version": "0.3"
9+
"version": "0.4"
910
}

xpi/mathml-fonts.xpi

-840 KB
Binary file not shown.

0 commit comments

Comments
 (0)