Update MathJax to 1.1 final

This commit is contained in:
Jacques Distler 2011-06-01 14:35:18 -05:00
parent c9ad2c0c6e
commit 0df40cb4cb
71 changed files with 1075 additions and 162 deletions

24
public/MathJax/config/instiki.js vendored Normal file
View file

@ -0,0 +1,24 @@
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/MathML","output/HTML-CSS","output/NativeMML"],
extensions: ["mml2jax.js","MathMenu.js","MathZoom.js"],
MathML: {
useMathMLspacing: true
},
"HTML-CSS": {
preferredFont: "STIX",
scale: 90
},
MMLorHTML: {
prefer:
{
MSIE: "MML",
Firefox: "MML",
Opera: "HTML",
other: "HTML"
}
}
});
MathJax.Hub.Startup.onload();
MathJax.Ajax.loadComplete("[MathJax]/config/MathJax.js");