Commit 506755ac71bb82b99d16d9bcbaa953e040d6d5ec
1 parent
e8404efc
Exists in
master
and in
1 other branch
- modified mathjax configuration in the test.html template.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
templates/test.html
... | ... | @@ -10,11 +10,10 @@ |
10 | 10 | <!-- MathJax --> |
11 | 11 | <script type="text/x-mathjax-config"> |
12 | 12 | MathJax.Hub.Config({ |
13 | - extensions: ["tex2jax.js"], | |
14 | - jax: ["input/TeX","output/HTML-CSS"], | |
15 | 13 | tex2jax: {inlineMath: [["$$$","$$$"], ["$","$"], ["\\(","\\)"]]} |
16 | 14 | }); |
17 | 15 | </script> |
16 | + | |
18 | 17 | <script type="text/javascript" src="/js/mathjax/MathJax.js?config=TeX-AMS_CHTML-full"> |
19 | 18 | </script> |
20 | 19 | ... | ... |