Template:SUSTC-Math-Enabled
From 2014.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
document.body.appendChild(js); | document.body.appendChild(js); | ||
} | } | ||
+ | |||
+ | MathJax.Hub.Config({ | ||
+ | tex2jax: {inlineMath: [['$$','$$'], ['\\(','\\)']]}, | ||
+ | TeX: {equationNumbers: { autoNumber: "AMS" }}, | ||
+ | "HTML-CSS": { linebreaks: { automatic: true } }, | ||
+ | SVG: { linebreaks: { automatic: true } } | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
</html> | </html> |
Revision as of 17:06, 17 October 2014