Skip to content

Commit

Permalink
update mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
steff456 committed May 20, 2019
1 parent e2d7f7d commit f7e7c01
Show file tree
Hide file tree
Showing 1,025 changed files with 18,629 additions and 1,731 deletions.
25 changes: 7 additions & 18 deletions spyder/plugins/help/utils/js/mathjax/MathJax.js
100644 → 100755

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_CHTML-full.js

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_CHTML.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML-full.js

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML.js

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_SVG-full.js

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/AM_SVG.js

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/Accessible-full.js

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/Accessible.js

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_CHTML-full.js

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_CHTML.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML-full.js

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML.js

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_SVG-full.js

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MML_SVG.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/MMLorHTML.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* /MathJax/config/MMLorHTML.js
*
* Copyright (c) 2009-2018 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

(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");
19 changes: 19 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/Safe.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* /MathJax/config/Safe.js
*
* Copyright (c) 2009-2018 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

MathJax.Hub.Register.StartupHook("End Config",function(){if(!MathJax.Hub.config.extensions){MathJax.Hub.config.extensions=[]}MathJax.Hub.config.extensions.push("Safe.js")});MathJax.Ajax.loadComplete("[MathJax]/config/Safe.js");
84 changes: 37 additions & 47 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js
100644 → 100755

Large diffs are not rendered by default.

75 changes: 34 additions & 41 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js
100644 → 100755

Large diffs are not rendered by default.

75 changes: 34 additions & 41 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG-full.js
100644 → 100755

Large diffs are not rendered by default.

69 changes: 32 additions & 37 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG.js
100644 → 100755

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML-full.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML-full.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG-full.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_CHTML.js

Large diffs are not rendered by default.

93 changes: 40 additions & 53 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js
100644 → 100755

Large diffs are not rendered by default.

84 changes: 37 additions & 47 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML.js
100644 → 100755

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG-full.js

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG.js

Large diffs are not rendered by default.

164 changes: 125 additions & 39 deletions spyder/plugins/help/utils/js/mathjax/config/default.js
100644 → 100755

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion spyder/plugins/help/utils/js/mathjax/config/local/local.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */

/*************************************************************
*
* MathJax/config/local/local.js
Expand All @@ -9,7 +12,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009 Design Science, Inc.
* Copyright (c) 2009-2018 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
19 changes: 19 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/extensions/AssistiveMML.js

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

19 changes: 19 additions & 0 deletions spyder/plugins/help/utils/js/mathjax/extensions/CHTML-preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* /MathJax/extensions/CHTML-preview.js
*
* Copyright (c) 2009-2018 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

MathJax.Callback.Queue(["Require",MathJax.Ajax,"[MathJax]/extensions/fast-preview.js"],["loadComplete",MathJax.Ajax,"[MathJax]/extensions/CHTML-preview.js"]);
19 changes: 11 additions & 8 deletions spyder/plugins/help/utils/js/mathjax/extensions/FontWarnings.js
100644 → 100755

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

19 changes: 11 additions & 8 deletions spyder/plugins/help/utils/js/mathjax/extensions/HTML-CSS/handle-floats.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
/*
* /MathJax/extensions/HTML-CSS/handle-floats.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* Copyright (c) 2009-2018 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

MathJAx.Extension["HTML-CSS/handle-floats"]={version:"2.0"};MathJax.Hub.Config({"HTML-CSS":{styles:{".MathJax_Display":{display:"table-cell",padding:"1em 0 ! important",width:(MathJax.Hub.Browser.isMSIE&&(document.documentMode||0)<8?"100%":"1000em")}}}});MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function(){var a=MathJax.OutputJax["HTML-CSS"],b=a.Translate;a.Augment({Translate:function(c,f){b.call(this,c,f);if(c.MathJax.elementJax.HTMLCSS.display){var e=c.nextSibling;if(!e||e.className!=="MathJax_MSIE_Separator"){var d=a.Element("span",{className:"MathJax_MSIE_Separator"});c.parentNode.insertBefore(d,e)}}}});MathJax.Hub.Startup.signal.Post("HTML-CSS handle-floats Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/HTML-CSS/handle-floats.js");

MathJax.Extension["HTML-CSS/handle-floats"]={version:"2.7.5"};MathJax.Hub.Startup.signal.Post("HTML-CSS handle-floats Ready");MathJax.Ajax.loadComplete("[MathJax]/extensions/HTML-CSS/handle-floats.js");
Loading

0 comments on commit f7e7c01

Please sign in to comment.