mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
docs: "Glossary" page added
This commit is contained in:
11
docs/javascripts/mathjax.js
Normal file
11
docs/javascripts/mathjax.js
Normal file
@ -0,0 +1,11 @@
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [['\\(', '\\)']],
|
||||
displayMath: [['\\[', '\\]']],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {ignoreHtmlClass: '.*|', processHtmlClass: 'arithmatex'}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {MathJax.typesetPromise()})
|
Reference in New Issue
Block a user