Load the TeX extension cancel, because it is supported by texvc and in use on wiki. Fixes part of Bug 35186

Change-Id: Icfb2894e4f755ae364a29bcace3e1d14b52c9e87
This commit is contained in:
Derk-Jan Hartman 2012-03-26 23:36:14 +02:00
parent 58e2a0796c
commit ef921fc4ef

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