Files
mp-units/docs/javascripts/mathjax.js

12 lines
284 B
JavaScript
Raw Permalink Normal View History

2023-06-21 22:46:50 +02:00
window.MathJax = {
tex: {
inlineMath: [['\\(', '\\)']],
displayMath: [['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {ignoreHtmlClass: '.*|', processHtmlClass: 'arithmatex'}
};
document$.subscribe(() => {MathJax.typesetPromise()})