Skip to content

Commit

Permalink
Merge pull request #1638 from mathjax/develop
Browse files Browse the repository at this point in the history
v2.7.0 release
  • Loading branch information
pkra authored Oct 14, 2016
2 parents d4ab1b3 + 773c2d4 commit 6273842
Show file tree
Hide file tree
Showing 2,455 changed files with 5,863 additions and 6,214 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ useful things you could do.

If you want to get involved with testing MathJax, there is a set of QA
Documentation [in our testing
framework](https://github.com/MathJax/MathJax-testing).
framework](https://github.com/MathJax/MathJax-test).

Essentially though, [check out the latest develop
branch](#working-on-mathJax-core), take it for a spin, and if you find
Expand Down
4 changes: 2 additions & 2 deletions MathJax.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/AM_CHTML-full.js

Large diffs are not rendered by default.

32 changes: 17 additions & 15 deletions config/AM_CHTML.js

Large diffs are not rendered by default.

42 changes: 22 additions & 20 deletions config/AM_HTMLorMML-full.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/AM_HTMLorMML.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/AM_SVG-full.js

Large diffs are not rendered by default.

30 changes: 16 additions & 14 deletions config/AM_SVG.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

49 changes: 24 additions & 25 deletions config/Accessible.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/MML_CHTML-full.js

Large diffs are not rendered by default.

32 changes: 17 additions & 15 deletions config/MML_CHTML.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/MML_HTMLorMML.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions config/MML_SVG-full.js

Large diffs are not rendered by default.

32 changes: 17 additions & 15 deletions config/MML_SVG.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions config/MMLorHTML.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* /MathJax/config/MMLorHTML.js
*
* Copyright (c) 2009-2015 The MathJax Consortium
* Copyright (c) 2009-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,4 +16,4 @@
* limitations under the License.
*/

(function(c,g){var f="2.6.0";var a=MathJax.Hub.CombineConfig("MMLorHTML",{prefer:{MSIE:"MML",Firefox:"HTML",Opera:"HTML",Chrome:"HTML",Safari:"HTML",other:"HTML"}});var e={Firefox:3,Opera:9.52,MSIE:6,Chrome:0.3,Safari:2,Konqueror:4};var b=(g.version==="0.0"||g.versionAtLeast(e[g]||0));var d=(g.isFirefox&&g.versionAtLeast("1.5"))||(g.isMSIE&&g.hasMathPlayer)||(g.isSafari&&g.versionAtLeast("5.0"))||(g.isOpera&&g.versionAtLeast("9.52"));c.Register.StartupHook("End Config",function(){var h=(a.prefer&&typeof(a.prefer)==="object"?a.prefer[MathJax.Hub.Browser]||a.prefer.other||"HTML":a.prefer);if(b||d){if(d&&(h==="MML"||!b)){if(MathJax.OutputJax.NativeMML){MathJax.OutputJax.NativeMML.Register("jax/mml")}else{c.config.jax.unshift("output/NativeMML")}c.Startup.signal.Post("NativeMML output selected")}else{if(MathJax.OutputJax["HTML-CSS"]){MathJax.OutputJax["HTML-CSS"].Register("jax/mml")}else{c.config.jax.unshift("output/HTML-CSS")}c.Startup.signal.Post("HTML-CSS output selected")}}else{c.PreProcess.disabled=true;c.prepareScripts.disabled=true;MathJax.Message.Set(["MathJaxNotSupported","Your browser does not support MathJax"],null,4000);c.Startup.signal.Post("MathJax not supported")}})})(MathJax.Hub,MathJax.Hub.Browser);MathJax.Ajax.loadComplete("[MathJax]/config/MMLorHTML.js");
(function(c,g){var f="2.7.0";var a=MathJax.Hub.CombineConfig("MMLorHTML",{prefer:{MSIE:"MML",Firefox:"HTML",Opera:"HTML",Chrome:"HTML",Safari:"HTML",other:"HTML"}});var e={Firefox:3,Opera:9.52,MSIE:6,Chrome:0.3,Safari:2,Konqueror:4};var b=(g.version==="0.0"||g.versionAtLeast(e[g]||0));var d=(g.isFirefox&&g.versionAtLeast("1.5"))||(g.isMSIE&&g.hasMathPlayer)||(g.isSafari&&g.versionAtLeast("5.0"))||(g.isOpera&&g.versionAtLeast("9.52"));c.Register.StartupHook("End Config",function(){var h=(a.prefer&&typeof(a.prefer)==="object"?a.prefer[MathJax.Hub.Browser]||a.prefer.other||"HTML":a.prefer);if(b||d){if(d&&(h==="MML"||!b)){if(MathJax.OutputJax.NativeMML){MathJax.OutputJax.NativeMML.Register("jax/mml")}else{c.config.jax.unshift("output/NativeMML")}c.Startup.signal.Post("NativeMML output selected")}else{if(MathJax.OutputJax["HTML-CSS"]){MathJax.OutputJax["HTML-CSS"].Register("jax/mml")}else{c.config.jax.unshift("output/HTML-CSS")}c.Startup.signal.Post("HTML-CSS output selected")}}else{c.PreProcess.disabled=true;c.prepareScripts.disabled=true;MathJax.Message.Set(["MathJaxNotSupported","Your browser does not support MathJax"],null,4000);c.Startup.signal.Post("MathJax not supported")}})})(MathJax.Hub,MathJax.Hub.Browser);MathJax.Ajax.loadComplete("[MathJax]/config/MMLorHTML.js");
2 changes: 1 addition & 1 deletion config/Safe.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* /MathJax/config/Safe.js
*
* Copyright (c) 2009-2015 The MathJax Consortium
* Copyright (c) 2009-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
56 changes: 29 additions & 27 deletions config/TeX-AMS-MML_HTMLorMML-full.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

44 changes: 23 additions & 21 deletions config/TeX-AMS_CHTML-full.js

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions config/TeX-AMS_CHTML.js

Large diffs are not rendered by default.

44 changes: 23 additions & 21 deletions config/TeX-AMS_HTML-full.js

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions config/TeX-AMS_HTML.js

Large diffs are not rendered by default.

44 changes: 23 additions & 21 deletions config/TeX-AMS_SVG-full.js

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions config/TeX-AMS_SVG.js

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions config/TeX-MML-AM_CHTML-full.js

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions config/TeX-MML-AM_CHTML.js

Large diffs are not rendered by default.

62 changes: 32 additions & 30 deletions config/TeX-MML-AM_HTMLorMML-full.js

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions config/TeX-MML-AM_HTMLorMML.js

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions config/TeX-MML-AM_SVG-full.js

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions config/TeX-MML-AM_SVG.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009-2015 The MathJax Consortium
* Copyright (c) 2009-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -550,7 +550,8 @@ MathJax.Hub.Config({
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
// formatID: function (n) {return 'mjx-eqn-'+String(n).replace(/[:'"<>&]/g,"")},
// // element ID to use for reference
// formatURL: function (id) {return '#'+escape(id)}, // URL to use for references
// formatURL: function (id,base) {return base+'#'+escape(id)},
// // URL to use for references
useLabelIds: true // make element ID's use \label name rather than equation number
},

Expand Down
2 changes: 1 addition & 1 deletion config/local/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009-2015 The MathJax Consortium
* Copyright (c) 2009-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions 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/CHTML-preview.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* /MathJax/extensions/CHTML-preview.js
*
* Copyright (c) 2009-2015 The MathJax Consortium
* Copyright (c) 2009-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 6273842

Please sign in to comment.