Team:ETH Zurich/modeling/reactions
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | $(".equation").each(function(){ | |
+ | katex.render($(this).text(), $(this)); | ||
+ | }); | ||
</script> | </script> | ||
</html> | </html> | ||
{{:Team:ETH Zurich/tpl/foot}} | {{:Team:ETH Zurich/tpl/foot}} |