We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7680f1 commit f5c492bCopy full SHA for f5c492b
mkdocs.yml
@@ -63,3 +63,22 @@ plugins:
63
repo_url: https://github.com/scicode-bench/website-draft
64
repo_name: sicode-bench/website-draft
65
edit_uri: edit/main/docs/
66
+window.MathJax = {
67
+ tex: {
68
+ inlineMath: [["\\(", "\\)"]],
69
+ displayMath: [["\\[", "\\]"]],
70
+ processEscapes: true,
71
+ processEnvironments: true
72
+ },
73
+ options: {
74
+ ignoreHtmlClass: ".*|",
75
+ processHtmlClass: "arithmatex"
76
+ }
77
+};
78
+
79
+document$.subscribe(() => {
80
+ MathJax.startup.output.clearCache()
81
+ MathJax.typesetClear()
82
+ MathJax.texReset()
83
+ MathJax.typesetPromise()
84
+})
0 commit comments