diff options
author | Prefetch | 2021-02-22 14:17:04 +0100 |
---|---|---|
committer | Prefetch | 2021-02-22 14:17:04 +0100 |
commit | dff483c8ee68f530421814aa5a870ce5272e48ea (patch) | |
tree | 67bf0f5c02fc7d0eb020b13355e3422c96455e87 /latex/template.html | |
parent | 15bfb7730801809704c6561e20c5ca47627b2d79 (diff) |
Test custom MathJax build
Diffstat (limited to 'latex/template.html')
-rw-r--r-- | latex/template.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/latex/template.html b/latex/template.html index 3764f3a..79a12ee 100644 --- a/latex/template.html +++ b/latex/template.html @@ -9,12 +9,6 @@ <style> $main.css()$ </style> - <script> - MathJax = { - loader: {load: ["[tex]/physics"]}, - tex: {packages: {"[+]": ["physics"]}} - }; - </script> $if(math)$ $math$ $endif$ |