Team:ETH Zurich/modeling/reactions
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
- | < | + | <span class="equation">c = \pm\sqrt{a^2 + b^2}</span > |
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | ||
- | + | $(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}} |