* added new entry page
This commit is contained in:
parent
6e5614763d
commit
e500631b7f
13 changed files with 666 additions and 2373 deletions
19
docs/assets/js/mathjax.js
Normal file
19
docs/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