Team:Heidelberg/templates/mathjax

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); </script> <script type="text/javascript" src="http://cdn...")
 
(3 intermediate revisions not shown)
Line 2: Line 2:
<script type="text/x-mathjax-config">
<script type="text/x-mathjax-config">
     MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
     MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
 +
    MathJax.Hub.Startup.signal.Interest(function (message) {
 +
    if(message == "End")
 +
document.styleSheets[0].disabled = 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>

Latest revision as of 19:10, 17 October 2014