Difference between revisions of "Team:MIT/ModelingCHutch"

Line 3: Line 3:
 
<html>
 
<html>
 
<head>
 
<head>
 +
<script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
</script>
 
<script type="text/x-mathjax-config">
 
<script type="text/x-mathjax-config">
 
MathJax.Hub.Config({
 
MathJax.Hub.Config({
   TeX: { equationNumbers: { autoNumber: "AMS" } }
+
  config: ["MMLorHTML.js"],
 +
  jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML", "output/CommonHTML"],
 +
  extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathMenu.js","MathZoom.js", "CHTML-preview.js"],
 +
  tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true},
 +
   TeX: { equationNumbers: { autoNumber: "AMS" }, extensions ["mhchem.js","AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"] }
 
});
 
});
</script><!--Allows the equatinos from mathjax to be numbered according to appearance.-->
 
  
<script type="text/x-mathjax-config">
 
MathJax.Hub.Config({
 
"HTML-CSS": { linebreaks: { automatic: true }, width: 'container' },
 
SVG: { linebreaks: { automatic: true } }
 
});
 
 
MathJax.Hub.Config({
 
  TeX: {extensions: ["mhchem.js"]}
 
});
 
</script><!--Th script tag is to allow for Latex style chemical schematics/equations to be shown and to ensure equations stay within container-->
 
 
<script type="text/javascript"
 
  src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 
</script><!--The script tag allows for MathJax to be used, a language that allows for Latex code to be displayed in html-->
 
<body>
 
  
 
</head>
 
</head>

Revision as of 21:58, 18 September 2015