student 2015-07-01 13:33:54 -04:00 committed by admin
parent c37aee9c9c
commit 040c2dac9e
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ I installed mathjax as described here http://stackoverflow.com/a/8444409/406686.
The rebuild of an old site containing math is missing the following lines: The rebuild of an old site containing math is missing the following lines:
<code>
<script src="/mathjax/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script> <script src="/mathjax/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script>
</head> </head>
<body> <body>
@ -23,3 +24,4 @@ If your browser supports JavaScript, be sure it is enabled.</b>
</div> </div>
<hr> <hr>
</noscript> </noscript>
</code>