Team:ETH Zurich/modeling/reactions

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
<div class="equation">c = \pm\sqrt{a^2 + b^2}</div>
+
<span class="equation">c = \pm\sqrt{a^2 + b^2}</span >
<script type="text/javascript">
<script type="text/javascript">
-
    $(".equation").each(function(){
+
 
-
katex.render($(this).text(), this);
+
$(document).ready(function(){
-
    });
+
 
 +
    $(".equation").each(function(){
 +
katex.render($(this).text(), this);
 +
    });
 +
});
</script>
</script>
</html>
</html>
{{:Team:ETH Zurich/tpl/foot}}
{{:Team:ETH Zurich/tpl/foot}}

Revision as of 16:22, 17 September 2014

iGEM ETH Zurich 2014