1
0
Fork 0
mathematics-physics-wiki/docs/javascripts/mathjax.js

16 lines
330 B
JavaScript
Raw Normal View History

2023-09-23 12:46:18 +02:00
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {
MathJax.typesetPromise()
})