mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-29 18:04:53 +00:00
e592db16e7
We can remove the pre mathjax 2.0 color hack now that the color extensions is enabled. Change-Id: I7863e3131689b2140e31cd09a3d663113f686b83
7 lines
329 B
JavaScript
7 lines
329 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", "color.js"]}
|
|
});
|
|
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-texvc_HTML.js");
|