Skip to content

Commit

Permalink
Merge pull request #1345 from mathjax/develop
Browse files Browse the repository at this point in the history
Release v2.6.0
  • Loading branch information
pkra committed Dec 30, 2015
2 parents ba9afeb + 3ba6066 commit 0715ef9
Show file tree
Hide file tree
Showing 1,009 changed files with 17,478 additions and 2,716 deletions.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
.DS_Store
docs/build/html-mathjax-site
config/local/*.js
!config/local/local.js
unpacked/config/local/*.js
!unpacked/config/local/local.js
fonts/HTML-CSS/TeX/png
2 changes: 1 addition & 1 deletion MathJax.js

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions README.md
Expand Up @@ -31,10 +31,17 @@ See <http://www.mathjax.org/> for additional details.

## Installation and Usage

The MathJax installation and usage documentation is available in the
`docs/html` directory of the MathJax distribution (see
`docs/html/index.html` for the starting point). The documents are also
available on the MathJax web site on line at <http://www.mathjax.org/resources/docs/>.
The MathJax installation and usage documentation is available in a
separate GitHub repository at

https://github.com/mathjax/mathjax-docs

The HTML versions are now available at

http://docs.mathjax.org/

where it is possible for you to submit corrections and modifications
directly to the documentation on line.


## Community
Expand Down
12 changes: 2 additions & 10 deletions composer.json
Expand Up @@ -7,16 +7,8 @@
"license": "Apache-2.0",
"authors": [
{
"name": "Davide Cervone",
"homepage": "https://github.com/dpvc"
},
{
"name": "Christian Perfect",
"homepage": "https://github.com/christianp"
},
{
"name": "Peter Krautzberger",
"homepage": "https://github.com/pkra"
"name": "MathJax Consortium",
"homepage": "https://github.com/mathjax"
}
]
}
50 changes: 50 additions & 0 deletions config/AM_CHTML-full.js

Large diffs are not rendered by default.

46 changes: 46 additions & 0 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.

50 changes: 50 additions & 0 deletions config/AM_SVG-full.js

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions config/AM_SVG.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

51 changes: 26 additions & 25 deletions config/Accessible.js

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions config/MML_CHTML-full.js

Large diffs are not rendered by default.

46 changes: 46 additions & 0 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.

50 changes: 50 additions & 0 deletions config/MML_SVG-full.js

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions config/MML_SVG.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/MMLorHTML.js
Expand Up @@ -16,4 +16,4 @@
* limitations under the License.
*/

(function(c,g){var f="2.5.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.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");
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.

58 changes: 58 additions & 0 deletions config/TeX-AMS_CHTML-full.js

Large diffs are not rendered by default.

54 changes: 54 additions & 0 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.

58 changes: 58 additions & 0 deletions config/TeX-AMS_SVG-full.js

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions config/TeX-AMS_SVG.js

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions config/TeX-MML-AM_CHTML-full.js

Large diffs are not rendered by default.

66 changes: 66 additions & 0 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.

70 changes: 70 additions & 0 deletions config/TeX-MML-AM_SVG-full.js

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions config/TeX-MML-AM_SVG.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 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
Expand Up @@ -16,4 +16,4 @@
* limitations under the License.
*/

(function(a,e,d){var b=a.config.menuSettings;var c=MathJax.Extension["CHTML-preview"]={version:"2.5.2",config:a.CombineConfig("CHTML-preview",{Chunks:{EqnChunk:10000,EqnChunkFactor:1,EqnChunkDelay:0},color:"inherit!important",updateTime:30,updateDelay:6,messageStyle:"none",disabled:d.isMSIE&&!d.versionAtLeast("8.0")}),Config:function(){a.Config({"HTML-CSS":this.config.Chunks,SVG:this.config.Chunks});MathJax.Ajax.Styles({".MathJax_Preview .MJXc-math":{color:this.config.color}});var k,h,i,f,j;var g=this.config;if(!g.disabled&&b.CHTMLpreview==null){a.Config({menuSettings:{CHTMLpreview:true}})}a.Register.MessageHook("Begin Math Output",function(){if(!f&&b.CHTMLpreview&&b.renderer!=="CommonHTML"){k=a.processUpdateTime;h=a.processUpdateDelay;i=a.config.messageStyle;a.processUpdateTime=g.updateTime;a.processUpdateDelay=g.updateDelay;a.Config({messageStyle:g.messageStyle});MathJax.Message.Clear(0,0);j=true}});a.Register.MessageHook("End Math Output",function(){if(!f&&j){a.processUpdateTime=k;a.processUpdateDelay=h;a.Config({messageStyle:i});f=true}})},Preview:function(f){if(!b.CHTMLpreview||b.renderer==="CommonHTML"){return}var g=f.script.MathJax.preview||f.script.previousSibling;if(!g||g.className!==MathJax.Hub.config.preRemoveClass){g=e.Element("span",{className:MathJax.Hub.config.preRemoveClass});f.script.parentNode.insertBefore(g,f.script);f.script.MathJax.preview=g}g.innerHTML="";g.style.color="inherit";return this.postFilter(g,f)},postFilter:function(h,g){if(!g.math.root.toCommonHTML){var f=MathJax.Callback.Queue();f.Push(["Require",MathJax.Ajax,"[MathJax]/jax/output/CommonHTML/config.js"],["Require",MathJax.Ajax,"[MathJax]/jax/output/CommonHTML/jax.js"]);a.RestartAfter(f.Push({}))}g.math.root.toCommonHTML(h)},Register:function(f){a.Register.StartupHook(f+" Jax Require",function(){var g=MathJax.InputJax[f];g.postfilterHooks.Add(["Preview",MathJax.Extension["CHTML-preview"]],50)})}};c.Register("TeX");c.Register("MathML");c.Register("AsciiMath");a.Register.StartupHook("End Config",["Config",c]);a.Startup.signal.Post("CHTML-preview Ready")})(MathJax.Hub,MathJax.HTML,MathJax.Hub.Browser);MathJax.Ajax.loadComplete("[MathJax]/extensions/CHTML-preview.js");
MathJax.Callback.Queue(["Require",MathJax.Ajax,"[MathJax]/extensions/fast-preview.js"],["loadComplete",MathJax.Ajax,"[MathJax]/extensions/CHTML-preview.js"]);
2 changes: 1 addition & 1 deletion extensions/FontWarnings.js

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

0 comments on commit 0715ef9

Please sign in to comment.