From 1af16807156594d74749fe895578e076a658c085 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 15 Sep 2015 08:46:25 -0400 Subject: [PATCH] Update configurations and add new ones --- unpacked/config/AM_CHTML-full.js | 24 +++++++++++++++++++ unpacked/config/AM_CHTML.js | 24 +++++++++++++++++++ unpacked/config/AM_HTMLorMML-full.js | 4 ++-- unpacked/config/AM_HTMLorMML.js | 4 ++-- unpacked/config/AM_SVG-full.js | 24 +++++++++++++++++++ unpacked/config/AM_SVG.js | 24 +++++++++++++++++++ unpacked/config/Accessible-full.js | 4 ++-- unpacked/config/Accessible.js | 4 ++-- unpacked/config/MML_CHTML-full.js | 24 +++++++++++++++++++ unpacked/config/MML_CHTML.js | 24 +++++++++++++++++++ unpacked/config/MML_HTMLorMML-full.js | 4 ++-- unpacked/config/MML_HTMLorMML.js | 4 ++-- unpacked/config/MML_SVG-full.js | 24 +++++++++++++++++++ unpacked/config/MML_SVG.js | 24 +++++++++++++++++++ unpacked/config/TeX-AMS-MML_HTMLorMML-full.js | 4 ++-- unpacked/config/TeX-AMS-MML_HTMLorMML.js | 4 ++-- unpacked/config/TeX-AMS-MML_SVG-full.js | 4 ++-- unpacked/config/TeX-AMS-MML_SVG.js | 4 ++-- unpacked/config/TeX-AMS_CHTML-full.js | 24 +++++++++++++++++++ unpacked/config/TeX-AMS_CHTML.js | 24 +++++++++++++++++++ unpacked/config/TeX-AMS_HTML-full.js | 4 ++-- unpacked/config/TeX-AMS_HTML.js | 4 ++-- unpacked/config/TeX-AMS_SVG-full.js | 24 +++++++++++++++++++ unpacked/config/TeX-AMS_SVG.js | 24 +++++++++++++++++++ unpacked/config/TeX-MML-AM_CHTML-full.js | 24 +++++++++++++++++++ unpacked/config/TeX-MML-AM_CHTML.js | 24 +++++++++++++++++++ unpacked/config/TeX-MML-AM_HTMLorMML-full.js | 4 ++-- unpacked/config/TeX-MML-AM_HTMLorMML.js | 4 ++-- unpacked/config/TeX-MML-AM_SVG-full.js | 24 +++++++++++++++++++ unpacked/config/TeX-MML-AM_SVG.js | 24 +++++++++++++++++++ 30 files changed, 412 insertions(+), 28 deletions(-) create mode 100644 unpacked/config/AM_CHTML-full.js create mode 100644 unpacked/config/AM_CHTML.js create mode 100644 unpacked/config/AM_SVG-full.js create mode 100644 unpacked/config/AM_SVG.js create mode 100644 unpacked/config/MML_CHTML-full.js create mode 100644 unpacked/config/MML_CHTML.js create mode 100644 unpacked/config/MML_SVG-full.js create mode 100644 unpacked/config/MML_SVG.js create mode 100644 unpacked/config/TeX-AMS_CHTML-full.js create mode 100644 unpacked/config/TeX-AMS_CHTML.js create mode 100644 unpacked/config/TeX-AMS_SVG-full.js create mode 100644 unpacked/config/TeX-AMS_SVG.js create mode 100644 unpacked/config/TeX-MML-AM_CHTML-full.js create mode 100644 unpacked/config/TeX-MML-AM_CHTML.js create mode 100644 unpacked/config/TeX-MML-AM_SVG-full.js create mode 100644 unpacked/config/TeX-MML-AM_SVG.js diff --git a/unpacked/config/AM_CHTML-full.js b/unpacked/config/AM_CHTML-full.js new file mode 100644 index 000000000..ed3fac4db --- /dev/null +++ b/unpacked/config/AM_CHTML-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/AM_CHTML-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/AM_CHTML-full.js"); diff --git a/unpacked/config/AM_CHTML.js b/unpacked/config/AM_CHTML.js new file mode 100644 index 000000000..a1d97bf55 --- /dev/null +++ b/unpacked/config/AM_CHTML.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/AM_CHTML.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/AM_CHTML.js"); diff --git a/unpacked/config/AM_HTMLorMML-full.js b/unpacked/config/AM_HTMLorMML-full.js index 9e3ea52b4..72d1106e0 100644 --- a/unpacked/config/AM_HTMLorMML-full.js +++ b/unpacked/config/AM_HTMLorMML-full.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","FHTML-preview.js"], - jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/AM_HTMLorMML-full.js"); diff --git a/unpacked/config/AM_HTMLorMML.js b/unpacked/config/AM_HTMLorMML.js index 214776f46..a5e337f76 100644 --- a/unpacked/config/AM_HTMLorMML.js +++ b/unpacked/config/AM_HTMLorMML.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","FHTML-preview.js"], - jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/AM_HTMLorMML.js"); diff --git a/unpacked/config/AM_SVG-full.js b/unpacked/config/AM_SVG-full.js new file mode 100644 index 000000000..72b7d32ff --- /dev/null +++ b/unpacked/config/AM_SVG-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/AM_SVG-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/AM_SVG-full.js"); diff --git a/unpacked/config/AM_SVG.js b/unpacked/config/AM_SVG.js new file mode 100644 index 000000000..2d2d9f05b --- /dev/null +++ b/unpacked/config/AM_SVG.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/AM_SVG.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/AsciiMath","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/AM_SVG.js"); diff --git a/unpacked/config/Accessible-full.js b/unpacked/config/Accessible-full.js index 9263415cf..9ebf8a147 100644 --- a/unpacked/config/Accessible-full.js +++ b/unpacked/config/Accessible-full.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/FastHTML"], + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"], menuSettings: { zoom: "Double-Click", mpContext: true, diff --git a/unpacked/config/Accessible.js b/unpacked/config/Accessible.js index ff9d30087..04c5d4b84 100644 --- a/unpacked/config/Accessible.js +++ b/unpacked/config/Accessible.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/FastHTML"], + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"], menuSettings: { zoom: "Double-Click", mpContext: true, diff --git a/unpacked/config/MML_CHTML-full.js b/unpacked/config/MML_CHTML-full.js new file mode 100644 index 000000000..ea154accc --- /dev/null +++ b/unpacked/config/MML_CHTML-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/MML_CHTML-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","AssistiveMML.js"], + jax: ["input/MathML","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/MML_CHTML-full.js"); diff --git a/unpacked/config/MML_CHTML.js b/unpacked/config/MML_CHTML.js new file mode 100644 index 000000000..095f209e1 --- /dev/null +++ b/unpacked/config/MML_CHTML.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/MML_CHTML.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","AssistiveMML.js"], + jax: ["input/MathML","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/MML_CHTML.js"); diff --git a/unpacked/config/MML_HTMLorMML-full.js b/unpacked/config/MML_HTMLorMML-full.js index 2ca128056..e97aa358e 100644 --- a/unpacked/config/MML_HTMLorMML-full.js +++ b/unpacked/config/MML_HTMLorMML-full.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","FHTML-preview.js"], - jax: ["input/MathML","output/HTML-CSS","output/NativeMML","output/CommonHTML"] + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/MML_HTMLorMML-full.js"); diff --git a/unpacked/config/MML_HTMLorMML.js b/unpacked/config/MML_HTMLorMML.js index 7eddadd35..559dfd996 100644 --- a/unpacked/config/MML_HTMLorMML.js +++ b/unpacked/config/MML_HTMLorMML.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","FHTML-preview.js"], - jax: ["input/MathML","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/MML_HTMLorMML.js"); diff --git a/unpacked/config/MML_SVG-full.js b/unpacked/config/MML_SVG-full.js new file mode 100644 index 000000000..3dbac897a --- /dev/null +++ b/unpacked/config/MML_SVG-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/MML_SVG-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/MathML","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/MML_SVG-full.js"); diff --git a/unpacked/config/MML_SVG.js b/unpacked/config/MML_SVG.js new file mode 100644 index 000000000..4bd7e7d73 --- /dev/null +++ b/unpacked/config/MML_SVG.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/MML_SVG.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/MathML","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/MML_SVG.js"); diff --git a/unpacked/config/TeX-AMS-MML_HTMLorMML-full.js b/unpacked/config/TeX-AMS-MML_HTMLorMML-full.js index 139910692..8a24826d2 100644 --- a/unpacked/config/TeX-AMS-MML_HTMLorMML-full.js +++ b/unpacked/config/TeX-AMS-MML_HTMLorMML-full.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_HTMLorMML-full.js"); diff --git a/unpacked/config/TeX-AMS-MML_HTMLorMML.js b/unpacked/config/TeX-AMS-MML_HTMLorMML.js index 612bcb01c..ba8defa25 100644 --- a/unpacked/config/TeX-AMS-MML_HTMLorMML.js +++ b/unpacked/config/TeX-AMS-MML_HTMLorMML.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_HTMLorMML.js"); diff --git a/unpacked/config/TeX-AMS-MML_SVG-full.js b/unpacked/config/TeX-AMS-MML_SVG-full.js index 50d6b33c1..4d334ce0a 100644 --- a/unpacked/config/TeX-AMS-MML_SVG-full.js +++ b/unpacked/config/TeX-AMS-MML_SVG-full.js @@ -17,8 +17,8 @@ */ MathJax.Hub.Config({ - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/SVG","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/SVG","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_SVG-full.js"); diff --git a/unpacked/config/TeX-AMS-MML_SVG.js b/unpacked/config/TeX-AMS-MML_SVG.js index bcc56b3ac..b17d284b5 100644 --- a/unpacked/config/TeX-AMS-MML_SVG.js +++ b/unpacked/config/TeX-AMS-MML_SVG.js @@ -17,8 +17,8 @@ */ MathJax.Hub.Config({ - extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","output/SVG","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","output/SVG","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_SVG.js"); diff --git a/unpacked/config/TeX-AMS_CHTML-full.js b/unpacked/config/TeX-AMS_CHTML-full.js new file mode 100644 index 000000000..67f48b8fb --- /dev/null +++ b/unpacked/config/TeX-AMS_CHTML-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-AMS_CHTML-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/AMSmath.js","TeX/AMSsymbols.js","AssistiveMML.js"], + jax: ["input/TeX","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_CHTML-full.js"); diff --git a/unpacked/config/TeX-AMS_CHTML.js b/unpacked/config/TeX-AMS_CHTML.js new file mode 100644 index 000000000..0775f3412 --- /dev/null +++ b/unpacked/config/TeX-AMS_CHTML.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-AMS_CHTML.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/AMSmath.js","TeX/AMSsymbols.js","AssistiveMML.js"], + jax: ["input/TeX","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_CHTML.js"); diff --git a/unpacked/config/TeX-AMS_HTML-full.js b/unpacked/config/TeX-AMS_HTML-full.js index 467a53ee3..0f1aac785 100644 --- a/unpacked/config/TeX-AMS_HTML-full.js +++ b/unpacked/config/TeX-AMS_HTML-full.js @@ -17,8 +17,8 @@ */ MathJax.Hub.Config({ - extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","output/HTML-CSS","output/FastHTML"] + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","output/HTML-CSS","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_HTML-full.js"); diff --git a/unpacked/config/TeX-AMS_HTML.js b/unpacked/config/TeX-AMS_HTML.js index 1b75c4dde..7bd672758 100644 --- a/unpacked/config/TeX-AMS_HTML.js +++ b/unpacked/config/TeX-AMS_HTML.js @@ -17,8 +17,8 @@ */ MathJax.Hub.Config({ - extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","output/HTML-CSS","output/FastHTML"] + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","output/HTML-CSS","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_HTML.js"); diff --git a/unpacked/config/TeX-AMS_SVG-full.js b/unpacked/config/TeX-AMS_SVG-full.js new file mode 100644 index 000000000..a1860058f --- /dev/null +++ b/unpacked/config/TeX-AMS_SVG-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-AMS_SVG-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_SVG-full.js"); diff --git a/unpacked/config/TeX-AMS_SVG.js b/unpacked/config/TeX-AMS_SVG.js new file mode 100644 index 000000000..0940376c8 --- /dev/null +++ b/unpacked/config/TeX-AMS_SVG.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-AMS_SVG.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS_SVG.js"); diff --git a/unpacked/config/TeX-MML-AM_CHTML-full.js b/unpacked/config/TeX-MML-AM_CHTML-full.js new file mode 100644 index 000000000..285660b69 --- /dev/null +++ b/unpacked/config/TeX-MML-AM_CHTML-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-MML-AM_CHTML-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_CHTML-full.js"); diff --git a/unpacked/config/TeX-MML-AM_CHTML.js b/unpacked/config/TeX-MML-AM_CHTML.js new file mode 100644 index 000000000..7ecfd3725 --- /dev/null +++ b/unpacked/config/TeX-MML-AM_CHTML.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-MML-AM_CHTML.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/CommonHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_CHTML.js"); diff --git a/unpacked/config/TeX-MML-AM_HTMLorMML-full.js b/unpacked/config/TeX-MML-AM_HTMLorMML-full.js index 61bc258d0..357fbd39a 100644 --- a/unpacked/config/TeX-MML-AM_HTMLorMML-full.js +++ b/unpacked/config/TeX-MML-AM_HTMLorMML-full.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_HTMLorMML-full.js"); diff --git a/unpacked/config/TeX-MML-AM_HTMLorMML.js b/unpacked/config/TeX-MML-AM_HTMLorMML.js index 22ebd5295..bb9c6de77 100644 --- a/unpacked/config/TeX-MML-AM_HTMLorMML.js +++ b/unpacked/config/TeX-MML-AM_HTMLorMML.js @@ -18,8 +18,8 @@ MathJax.Hub.Config({ config: ["MMLorHTML.js"], - extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","FHTML-preview.js"], - jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML","output/FastHTML"] + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML","output/PreviewHTML"] }); MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_HTMLorMML.js"); diff --git a/unpacked/config/TeX-MML-AM_SVG-full.js b/unpacked/config/TeX-MML-AM_SVG-full.js new file mode 100644 index 000000000..d241e110b --- /dev/null +++ b/unpacked/config/TeX-MML-AM_SVG-full.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-MML-AM_SVG-full.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_SVG-full.js"); diff --git a/unpacked/config/TeX-MML-AM_SVG.js b/unpacked/config/TeX-MML-AM_SVG.js new file mode 100644 index 000000000..441e5547c --- /dev/null +++ b/unpacked/config/TeX-MML-AM_SVG.js @@ -0,0 +1,24 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ + +/************************************************************* + * + * /MathJax/unpacked/config/TeX-MML-AM_SVG.js + * + * Copyright (c) 2010-2015 The MathJax Consortium + * + * Part of the MathJax library. + * See http://www.mathjax.org for details. + * + * Licensed under the Apache License, Version 2.0; + * you may not use this file except in compliance with the License. + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ + +MathJax.Hub.Config({ + extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], + jax: ["input/TeX","input/MathML","input/AsciiMath","output/SVG","output/PreviewHTML"] +}); + +MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_SVG.js");