Fix mathjax loading and remove unused config

This commit is contained in:
Yang Zhang
2017-04-08 23:01:59 +08:00
parent 7cabd684a9
commit c103f3ebdc
6 changed files with 1 additions and 289 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
{{/mathjax_config}}
<script>(function(d,j){
j = d.createElement('script');
j.src = '{{base_url}}/javascript/MathJax-2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
j.src = '{{base_url}}/javascript/MathJax-2.7.0/MathJax.js?config=TeX-AMS_HTML-full';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document));
</script>{{/mathjax}}