1
0
Fork 0
mathematics-physics-wiki/docs/javascripts/mathjax.js
2023-09-23 12:46:18 +02:00

16 lines
No EOL
330 B
JavaScript
Executable file

window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {
MathJax.typesetPromise()
})