Catchup 1
This commit is contained in:
14
docs/javascripts/mathjax.js
Normal file
14
docs/javascripts/mathjax.js
Normal file
@@ -0,0 +1,14 @@
|
||||
window.MathJax = {
|
||||
loader: {load: ['[tex]/physics']},
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"], ["\\$", "\\$"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true,
|
||||
packages: {'[+]': ['physics']}
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user