Spaces:
Sleeping
Sleeping
File size: 231 Bytes
91eaff6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
|