mirror of
https://github.com/mpusz/mp-units.git
synced 2026-04-28 18:12:12 +02:00
docs: "Glossary" page added
This commit is contained in:
@@ -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