We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8054f59 commit 7460414Copy full SHA for 7460414
_layouts/page.html
@@ -60,11 +60,11 @@
60
<!-- http://docs.mathjax.org/ -->
61
<!-- http://docs.mathjax.org/en/latest/options/output/chtml.html?highlight=displayAlign#the-configuration-block -->
62
<script>
63
- MathJax = {
+ window.MathJax = {
64
loader: {
65
load: ['[mathjax]/mathjax-newcm-font'],
66
paths: {
67
- mathjax-newcm: '[mathjax]'
+ 'mathjax-newcm': '[mathjax]'
68
}
69
},
70
chtml: {
0 commit comments