Template:SUSTC-Math-Enabled

From 2014.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 3: Line 3:
MathJax.Hub.Config({
MathJax.Hub.Config({
   tex2jax: {inlineMath: [['$$','$$'], ['\\(','\\)']]},
   tex2jax: {inlineMath: [['$$','$$'], ['\\(','\\)']]},
-
   TeX: {  
+
   TeX: {equationNumbers: {  autoNumber: "AMS"  }},
-
                equationNumbers: {  autoNumber: "AMS"  }
+
  "HTML-CSS": { linebreaks: { automatic: true } },
-
            }
+
  SVG: { linebreaks: { automatic: true } }
});
});
</script>
</script>
Line 15: Line 15:
   document.body.appendChild(js);
   document.body.appendChild(js);
}
}
 +
 +
 +
 +
</script>
 +
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
MathJax.Hub.Config({
 +
  tex2jax: {inlineMath: [['$$','$$'], ['\\(','\\)']]},
 +
  TeX: {equationNumbers: {  autoNumber: "AMS"  }},
 +
  "HTML-CSS": { linebreaks: { automatic: true } },
 +
  SVG: { linebreaks: { automatic: true } }
 +
});
</script>
</script>
-
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
</html>
</html>

Latest revision as of 17:07, 17 October 2014