Team:ETH Zurich/Templates
From 2013.igem.org
(Difference between revisions)
Line 354: | Line 354: | ||
font-size:10px !important; | font-size:10px !important; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
// had a white border background when centered, this fixes it together with .tnone | // had a white border background when centered, this fixes it together with .tnone | ||
Line 395: | Line 382: | ||
display: inline; | display: inline; | ||
} | } | ||
+ | |||
+ | |||
+ | // Equations! | ||
+ | <!-- MathJax (LaTeX for the web) --> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); | ||
+ | MathJax.Hub.Config({ | ||
+ | TeX: { | ||
+ | equationNumbers: { autoNumber: "AMS" } | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | ||
+ | |||
Revision as of 14:51, 18 October 2013