MathJax additional files added
This commit is contained in:
parent
b3fccc0c01
commit
db44ebf5b3
|
@ -1213,6 +1213,11 @@ 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/TeX/begingroup.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/mhchem3/mhchem.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
|
||||
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/optable/BasicLatin.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
|
||||
|
|
|
@ -322,6 +322,11 @@ const MathJaxFiles = {
|
|||
'jax/element/mml/optable/Latin1Supplement.js': true,
|
||||
'jax/element/mml/optable/MathOperators.js': true,
|
||||
'jax/element/mml/optable/BasicLatin.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,
|
||||
};
|
||||
|
||||
// Supported charsets for TextDecoder()
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue