mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-26 16:30:55 +00:00
c89a0003f1
Some fixes, cleanup, and modernization
7 lines
317 B
JavaScript
7 lines
317 B
JavaScript
MathJax.Hub.Config({
|
|
extensions: ["wiki2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js"],
|
|
jax: ["input/TeX","output/HTML-CSS"],
|
|
TeX: {extensions: ["noErrors.js","noUndefined.js","AMSmath.js","AMSsymbols.js","texvc.js"]}
|
|
});
|
|
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-texvc_HTML.js");
|