Team:ETH Zurich/tpl/head
From 2014.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
<!-- MathJax (LaTeX for the web) --> | <!-- MathJax (LaTeX for the web) --> | ||
<script type="text/x-mathjax-config"> | <script type="text/x-mathjax-config"> | ||
- | |||
MathJax.Hub.Config({ | MathJax.Hub.Config({ | ||
- | + | tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}, | |
- | + | TeX: { | |
- | + | equationNumbers: { autoNumber: "AMS" } | |
+ | }, | ||
+ | jax: ["output/SVG"] | ||
}); | }); | ||
- | |||
- | |||
- | |||
- | |||
</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> |