|
@@ -167,26 +167,18 @@ div.collapseheader {
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
-<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
|
|
|
-<script type="text/javascript">
|
|
|
-init_mathjax = function() {
|
|
|
- if (window.MathJax) {
|
|
|
- // MathJax loaded
|
|
|
- MathJax.Hub.Config({
|
|
|
- tex2jax: {
|
|
|
- inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
|
|
- displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
|
|
|
- },
|
|
|
- displayAlign: 'left', // Change this to 'center' to center equations.
|
|
|
- "HTML-CSS": {
|
|
|
- styles: {'.MathJax_Display': {"margin": 0}}
|
|
|
- }
|
|
|
- });
|
|
|
- MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
|
|
+<script type="text/x-mathjax-config">
|
|
|
+MathJax.Hub.Config({
|
|
|
+ tex2jax: {
|
|
|
+ inlineMath: [['$','$'], ['\\(','\\)']],
|
|
|
+ processEscapes: true,
|
|
|
+ displayMath: [['$$','$$'], ["\\[","\\]"]]
|
|
|
}
|
|
|
-}
|
|
|
-init_mathjax();
|
|
|
+});
|
|
|
+</script>
|
|
|
+<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
|
|
|
</script>
|
|
|
+
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
|
|
|
|
<script type="text/javascript">
|