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,11 +10,10 @@ | ||
10 | <!-- MathJax --> | 10 | <!-- MathJax --> |
11 | <script type="text/x-mathjax-config"> | 11 | <script type="text/x-mathjax-config"> |
12 | MathJax.Hub.Config({ | 12 | MathJax.Hub.Config({ |
13 | - extensions: ["tex2jax.js"], | ||
14 | - jax: ["input/TeX","output/HTML-CSS"], | ||
15 | tex2jax: {inlineMath: [["$$$","$$$"], ["$","$"], ["\\(","\\)"]]} | 13 | tex2jax: {inlineMath: [["$$$","$$$"], ["$","$"], ["\\(","\\)"]]} |
16 | }); | 14 | }); |
17 | </script> | 15 | </script> |
16 | + | ||
18 | <script type="text/javascript" src="/js/mathjax/MathJax.js?config=TeX-AMS_CHTML-full"> | 17 | <script type="text/javascript" src="/js/mathjax/MathJax.js?config=TeX-AMS_CHTML-full"> |
19 | </script> | 18 | </script> |
20 | 19 |