1
This commit is contained in:
17
vendor/phpoffice/math/docs/assets/mathjax.js
vendored
Normal file
17
vendor/phpoffice/math/docs/assets/mathjax.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user