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