Update MathJax to 1.1 final
This commit is contained in:
parent
c9ad2c0c6e
commit
0df40cb4cb
71 changed files with 1075 additions and 162 deletions
24
public/MathJax/config/instiki.js
vendored
Normal file
24
public/MathJax/config/instiki.js
vendored
Normal 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");
|
Loading…
Add table
Add a link
Reference in a new issue