instiki/public/MathJax/config/instiki.js

25 lines
467 B
JavaScript
Raw Permalink Normal View History

MathJax.Hub.Config({
config: ["MMLorHTML.js"],
2011-06-03 09:03:06 +02:00
jax: ["input/MathML"],
2011-06-01 21:35:18 +02:00
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();
2011-06-03 09:03:06 +02:00
MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");