Skip to content

Commit 0715ef9

Browse files
committed
Merge pull request #1345 from mathjax/develop
Release v2.6.0
2 parents ba9afeb + 3ba6066 commit 0715ef9

File tree

1,009 files changed

+17478
-2716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,009 files changed

+17478
-2716
lines changed

.npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
docs/build/html-mathjax-site
3+
config/local/*.js
4+
!config/local/local.js
5+
unpacked/config/local/*.js
6+
!unpacked/config/local/local.js
7+
fonts/HTML-CSS/TeX/png

MathJax.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,17 @@ See <http://www.mathjax.org/> for additional details.
3131

3232
## Installation and Usage
3333

34-
The MathJax installation and usage documentation is available in the
35-
`docs/html` directory of the MathJax distribution (see
36-
`docs/html/index.html` for the starting point). The documents are also
37-
available on the MathJax web site on line at <http://www.mathjax.org/resources/docs/>.
34+
The MathJax installation and usage documentation is available in a
35+
separate GitHub repository at
36+
37+
https://github.com/mathjax/mathjax-docs
38+
39+
The HTML versions are now available at
40+
41+
http://docs.mathjax.org/
42+
43+
where it is possible for you to submit corrections and modifications
44+
directly to the documentation on line.
3845

3946

4047
## Community

composer.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@
77
"license": "Apache-2.0",
88
"authors": [
99
{
10-
"name": "Davide Cervone",
11-
"homepage": "https://github.com/dpvc"
12-
},
13-
{
14-
"name": "Christian Perfect",
15-
"homepage": "https://github.com/christianp"
16-
},
17-
{
18-
"name": "Peter Krautzberger",
19-
"homepage": "https://github.com/pkra"
10+
"name": "MathJax Consortium",
11+
"homepage": "https://github.com/mathjax"
2012
}
2113
]
2214
}

config/AM_CHTML-full.js

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/AM_CHTML.js

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/AM_HTMLorMML-full.js

+22-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/AM_HTMLorMML.js

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/AM_SVG-full.js

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/AM_SVG.js

+44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/Accessible-full.js

+29-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/Accessible.js

+26-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_CHTML-full.js

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_CHTML.js

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_HTMLorMML-full.js

+22-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_HTMLorMML.js

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_SVG-full.js

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_SVG.js

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MMLorHTML.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* limitations under the License.
1717
*/
1818

19-
(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");
19+
(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");

config/TeX-AMS-MML_HTMLorMML-full.js

+29-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS-MML_HTMLorMML.js

+26-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS-MML_SVG-full.js

+26-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS-MML_SVG.js

+24-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_CHTML-full.js

+58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_CHTML.js

+54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_HTML-full.js

+23-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_HTML.js

+21-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_SVG-full.js

+58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS_SVG.js

+54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_CHTML-full.js

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_CHTML.js

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_HTMLorMML-full.js

+32-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_HTMLorMML.js

+29-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_SVG-full.js

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_SVG.js

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/AssistiveMML.js

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/CHTML-preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* limitations under the License.
1717
*/
1818

19-
(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");
19+
MathJax.Callback.Queue(["Require",MathJax.Ajax,"[MathJax]/extensions/fast-preview.js"],["loadComplete",MathJax.Ajax,"[MathJax]/extensions/CHTML-preview.js"]);

extensions/FontWarnings.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)