mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-01 20:07:20 +01:00
More MathJax v2.7.5 files added (#670)
This commit is contained in:
parent
8879f400dc
commit
8791896940
@ -1231,11 +1231,14 @@ https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.cs
|
||||
https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/default.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS_HTML-full.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-MML-AM_CHTML.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/MathEvents.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/MathMenu.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/MathZoom.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/tex2jax.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/begingroup.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/cancel.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/mhchem3/mhchem.js
|
||||
@ -1244,11 +1247,14 @@ https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/Mat
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/jax.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/BasicLatin.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/GeneralPunctuation.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/Latin1Supplement.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/MathOperators.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/SuppMathOperators.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/input/TeX/config.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/input/TeX/jax.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/CommonHTML/autoload/mtable.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/CommonHTML/fonts/TeX/fontdata.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/CommonHTML/jax.js
|
||||
|
@ -334,24 +334,30 @@ const IgnoredHost = {
|
||||
* https://codeberg.org/nobody/LocalCDN/issues/75
|
||||
*/
|
||||
const MathJaxFiles = {
|
||||
'config/default.js': true,
|
||||
'config/TeX-AMS_HTML-full.js': true,
|
||||
'config/TeX-AMS-MML_HTMLorMML.js': true,
|
||||
'config/TeX-MML-AM_CHTML.js': true,
|
||||
'extensions/TeX/begingroup.js': true,
|
||||
'extensions/TeX/cancel.js': true,
|
||||
'extensions/TeX/mhchem3/mhchem.js': true,
|
||||
'extensions/MathEvents.js': true,
|
||||
'extensions/MathMenu.js': true,
|
||||
'extensions/MathZoom.js': true,
|
||||
'extensions/tex2jax.js': true,
|
||||
'fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff': true,
|
||||
'fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff': true,
|
||||
'fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff': true,
|
||||
'fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff': true,
|
||||
'fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff': true,
|
||||
'jax/element/mml/jax.js': true,
|
||||
'jax/element/mml/optable/BasicLatin.js': true,
|
||||
'jax/element/mml/optable/GeneralPunctuation.js': true,
|
||||
'jax/element/mml/optable/Latin1Supplement.js': true,
|
||||
'jax/element/mml/optable/MathOperators.js': true,
|
||||
'jax/element/mml/optable/SuppMathOperators.js': true,
|
||||
'jax/input/TeX/config.js': true,
|
||||
'jax/input/TeX/jax.js': true,
|
||||
'jax/output/CommonHTML/fonts/TeX/fontdata.js': true,
|
||||
'jax/output/CommonHTML/autoload/mtable.js': true,
|
||||
'jax/output/CommonHTML/jax.js': true,
|
||||
|
@ -47,6 +47,10 @@
|
||||
<li>angularjs-slider v7.0.0 -> v7.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/668">#668</a>)</li>
|
||||
<li>twitter-bootstrap v5.1.0 -> v5.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/669">#669</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>More MathJax v2.7.5 files added (<a href="https://codeberg.org/nobody/LocalCDN/issues/670">#670</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
1104
resources/mathjax/2.7.5/config/default.jsm
Normal file
1104
resources/mathjax/2.7.5/config/default.jsm
Normal file
File diff suppressed because it is too large
Load Diff
19
resources/mathjax/2.7.5/extensions/MathEvents.jsm
Normal file
19
resources/mathjax/2.7.5/extensions/MathEvents.jsm
Normal file
File diff suppressed because one or more lines are too long
19
resources/mathjax/2.7.5/extensions/tex2jax.jsm
Normal file
19
resources/mathjax/2.7.5/extensions/tex2jax.jsm
Normal file
File diff suppressed because one or more lines are too long
19
resources/mathjax/2.7.5/jax/element/mml/jax.jsm
Normal file
19
resources/mathjax/2.7.5/jax/element/mml/jax.jsm
Normal file
File diff suppressed because one or more lines are too long
19
resources/mathjax/2.7.5/jax/input/TeX/config.jsm
Normal file
19
resources/mathjax/2.7.5/jax/input/TeX/config.jsm
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* /MathJax/jax/input/TeX/config.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.InputJax.TeX=MathJax.InputJax({id:"TeX",version:"2.7.5",directory:MathJax.InputJax.directory+"/TeX",extensionDir:MathJax.InputJax.extensionDir+"/TeX",config:{TagSide:"right",TagIndent:"0.8em",MultLineWidth:"85%",equationNumbers:{autoNumber:"none",formatNumber:function(a){return a},formatTag:function(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace(/\s/g,"_")},formatURL:function(b,a){return a+"#"+encodeURIComponent(b)},useLabelIds:true}},resetEquationNumbers:function(){}});MathJax.InputJax.TeX.Register("math/tex");MathJax.InputJax.TeX.loadComplete("config.js");
|
19
resources/mathjax/2.7.5/jax/input/TeX/jax.jsm
Normal file
19
resources/mathjax/2.7.5/jax/input/TeX/jax.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user