Update MathJax to 1.1a-candidate

This commit is contained in:
Jacques Distler 2011-06-03 02:03:06 -05:00
parent ade1c1d113
commit fcd8900cb7
133 changed files with 5656 additions and 5389 deletions

View file

@ -1,6 +1,6 @@
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/MathML","output/HTML-CSS","output/NativeMML"],
jax: ["input/MathML"],
extensions: ["mml2jax.js","MathMenu.js","MathZoom.js"],
MathML: {
useMathMLspacing: true
@ -21,4 +21,4 @@ MathJax.Hub.Config({
});
MathJax.Hub.Startup.onload();
MathJax.Ajax.loadComplete("[MathJax]/config/MathJax.js");
MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");