Add new combined-configuration files that include AsciiMath input and SVG output; update Accessible configuration to use new menu settings for IE
This commit is contained in:
parent
30e35cc729
commit
780695e6bf
64
config/AM_HTMLorMML-full.js
Normal file
64
config/AM_HTMLorMML-full.js
Normal file
File diff suppressed because one or more lines are too long
55
config/AM_HTMLorMML.js
Normal file
55
config/AM_HTMLorMML.js
Normal file
File diff suppressed because one or more lines are too long
71
config/TeX-AMS-MML_SVG-full.js
Normal file
71
config/TeX-AMS-MML_SVG-full.js
Normal file
File diff suppressed because one or more lines are too long
68
config/TeX-AMS-MML_SVG.js
Normal file
68
config/TeX-AMS-MML_SVG.js
Normal file
File diff suppressed because one or more lines are too long
94
config/TeX-MML-AM_HTMLorMML-full.js
Normal file
94
config/TeX-MML-AM_HTMLorMML-full.js
Normal file
File diff suppressed because one or more lines are too long
85
config/TeX-MML-AM_HTMLorMML.js
Normal file
85
config/TeX-MML-AM_HTMLorMML.js
Normal file
File diff suppressed because one or more lines are too long
21
unpacked/config/AM_HTMLorMML-full.js
Normal file
21
unpacked/config/AM_HTMLorMML-full.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/AM_HTMLorMML-full.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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({
|
||||
config: ["MMLorHTML.js"],
|
||||
extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js"],
|
||||
jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/AM_HTMLorMML-full.js");
|
21
unpacked/config/AM_HTMLorMML.js
Normal file
21
unpacked/config/AM_HTMLorMML.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/AM_HTMLorMML.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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({
|
||||
config: ["MMLorHTML.js"],
|
||||
extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js"],
|
||||
jax: ["input/AsciiMath","output/HTML-CSS","output/NativeMML"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/AM_HTMLorMML.js");
|
20
unpacked/config/TeX-AMS-MML_SVG-full.js
Normal file
20
unpacked/config/TeX-AMS-MML_SVG-full.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/TeX-AMS-MML_SVG-full.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
||||
jax: ["input/TeX","input/MathML","output/SVG"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_SVG-full.js");
|
20
unpacked/config/TeX-AMS-MML_SVG.js
Normal file
20
unpacked/config/TeX-AMS-MML_SVG.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/TeX-AMS-MML_SVG.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
||||
jax: ["input/TeX","input/MathML","output/SVG"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-MML_SVG.js");
|
21
unpacked/config/TeX-MML-AM_HTMLorMML-full.js
Normal file
21
unpacked/config/TeX-MML-AM_HTMLorMML-full.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/TeX-MML-AM_HTMLorMML-full.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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({
|
||||
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"],
|
||||
jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_HTMLorMML-full.js");
|
21
unpacked/config/TeX-MML-AM_HTMLorMML.js
Normal file
21
unpacked/config/TeX-MML-AM_HTMLorMML.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* /MathJax/unpacked/config/TeX-MML-AM_HTMLorMML.js
|
||||
*
|
||||
* Copyright (c) 2010-11 Design Science, Inc.
|
||||
*
|
||||
* 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({
|
||||
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"],
|
||||
jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML"]
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-MML-AM_HTMLorMML.js");
|
Loading…
Reference in New Issue
Block a user