mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 09:11:34 +02:00
12 lines
284 B
JavaScript
12 lines
284 B
JavaScript
![]() |
window.MathJax = {
|
||
|
tex: {
|
||
|
inlineMath: [['\\(', '\\)']],
|
||
|
displayMath: [['\\[', '\\]']],
|
||
|
processEscapes: true,
|
||
|
processEnvironments: true
|
||
|
},
|
||
|
options: {ignoreHtmlClass: '.*|', processHtmlClass: 'arithmatex'}
|
||
|
};
|
||
|
|
||
|
document$.subscribe(() => {MathJax.typesetPromise()})
|