Deployed 8d5b969
with MkDocs version: 1.6.1
This commit is contained in:
parent
645d774cb2
commit
f25ceda6d9
105 changed files with 1994 additions and 1214 deletions
19
assets/js/mathjax.js
Normal file
19
assets/js/mathjax.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
MathJax.startup.output.clearCache()
|
||||
MathJax.typesetClear()
|
||||
MathJax.texReset()
|
||||
MathJax.typesetPromise()
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue