Merge "(bug 35556) Allow MathJax to report errors."

This commit is contained in:
jenkins-bot 2013-04-27 14:07:19 +00:00 committed by Gerrit Code Review
commit da02740c14
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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", "cancel.js"]}
TeX: {extensions: ["noUndefined.js","AMSmath.js","AMSsymbols.js","texvc.js", "color.js", "cancel.js"]}
});
MathJax.Ajax.loadComplete("[MathJax]/config/TeX-AMS-texvc_HTML.js");