Two potential sources of error fixed for MathJax wiki bug.

This commit is contained in:
Bridger Maxwell
2012-04-06 19:00:38 -04:00
parent 0704bb3787
commit 14cd055e5e
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@
displayMath: [["\\[","\\]"]]}
});
</script>
<%block name="headextra"/>
<!-- This must appear after all mathjax-config blocks, so it is after the imports from the other templates -->
<script type="text/javascript" src="${ settings.LIB_URL }mathjax-MathJax-c9db6ac/MathJax.js?config=TeX-AMS_HTML-full"></script>
<%block name="headextra"/>
</head>
<body class="<%block name="bodyclass"/>">

View File

@@ -40,7 +40,7 @@
tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"]],
displayMath: [ ['$$','$$'], ["\\[","\\]"]]}
});
</script> <script type="text/javascript" src="${ settings.LIB_URL }mathjax/MathJax.js?config=TeX-AMS_HTML-full"></script>
</script>
<script>
$(function(){
$.ajaxSetup ({