docs: "Glossary" page added

This commit is contained in:
Mateusz Pusz
2023-06-21 22:46:50 +02:00
parent 6201109c60
commit 0fbc849608
6 changed files with 332 additions and 3 deletions

View File

@ -0,0 +1,11 @@
window.MathJax = {
tex: {
inlineMath: [['\\(', '\\)']],
displayMath: [['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {ignoreHtmlClass: '.*|', processHtmlClass: 'arithmatex'}
};
document$.subscribe(() => {MathJax.typesetPromise()})