Skip to content

Commit

Permalink
Repack and recombine for 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Feb 7, 2016
1 parent 7a03186 commit 8a89555
Show file tree
Hide file tree
Showing 52 changed files with 326 additions and 320 deletions.
2 changes: 1 addition & 1 deletion MathJax.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions config/AM_CHTML-full.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions config/AM_CHTML.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/AM_HTMLorMML-full.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions config/AM_HTMLorMML.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions config/AM_SVG-full.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions config/AM_SVG.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions config/Accessible-full.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/Accessible.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/MML_CHTML-full.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions config/MML_CHTML.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions config/MML_HTMLorMML-full.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/MML_HTMLorMML.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/MML_SVG-full.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions config/MML_SVG.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions config/TeX-AMS-MML_HTMLorMML-full.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/TeX-AMS-MML_HTMLorMML.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/TeX-AMS-MML_SVG-full.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions config/TeX-AMS-MML_SVG.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions config/TeX-AMS_CHTML-full.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/TeX-AMS_CHTML.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions config/TeX-AMS_HTML-full.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/TeX-AMS_HTML.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions config/TeX-AMS_SVG-full.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions config/TeX-AMS_SVG.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/TeX-MML-AM_CHTML-full.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions config/TeX-MML-AM_CHTML.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions config/TeX-MML-AM_HTMLorMML-full.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/TeX-MML-AM_HTMLorMML.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions config/TeX-MML-AM_SVG-full.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions config/TeX-MML-AM_SVG.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,18 @@ MathJax.Hub.Config({
ALT: false, // require Alt or Option?
CMD: false, // require CMD?
Shift: false, // require Shift?
discoverable: false, // make math menu discoverable on hover?
zscale: "200%", // the scaling factor for MathZoom
renderer: null, // set when Jax are loaded
font: "Auto", // what font HTML-CSS should use
context: "MathJax", // or "Browser" for pass-through to browser menu
locale: null, // the language to use for messages
mpContext: false, // true means pass menu events to MathPlayer in IE
mpMouse: false, // true means pass mouse events to MathPlayer in IE
texHints: true, // include class names for TeXAtom elements
FastPreview: null, // use PreviewHTML output as preview?
assistiveMML: null, // include hidden MathML for screen readers?
inTabOrder: true, // set to true if math elements should be included in the tabindex
semantics: false // add semantics tag with original form in MathML output
},

Expand Down
2 changes: 1 addition & 1 deletion extensions/AssistiveMML.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/MathMenu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/TeX/AMSmath.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/toMathML.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jax/input/MathML/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
* limitations under the License.
*/

MathJax.InputJax.MathML=MathJax.InputJax({id:"MathML",version:"2.6.0",directory:MathJax.InputJax.directory+"/MathML",extensionDir:MathJax.InputJax.extensionDir+"/MathML",entityDir:MathJax.InputJax.directory+"/MathML/entities",config:{useMathMLspacing:false}});MathJax.InputJax.MathML.Register("math/mml");MathJax.InputJax.MathML.loadComplete("config.js");
MathJax.InputJax.MathML=MathJax.InputJax({id:"MathML",version:"2.6.1",directory:MathJax.InputJax.directory+"/MathML",extensionDir:MathJax.InputJax.extensionDir+"/MathML",entityDir:MathJax.InputJax.directory+"/MathML/entities",config:{useMathMLspacing:false}});MathJax.InputJax.MathML.Register("math/mml");MathJax.InputJax.MathML.loadComplete("config.js");
Loading

0 comments on commit 8a89555

Please sign in to comment.