Skip to content

Instantly share code, notes, and snippets.

@hute37
Forked from jeromyanglim/mathjax-addition
Created January 17, 2016 13:41
Show Gist options
  • Save hute37/bf9782bcc6f12f3a4385 to your computer and use it in GitHub Desktop.
Save hute37/bf9782bcc6f12f3a4385 to your computer and use it in GitHub Desktop.
mathjax code
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script type="text/javascript">MathJax.Hub.Config({tex2jax: {processEscapes: true,
processEnvironments: false, inlineMath: [ ['$','$'] ],
displayMath: [ ['$$','$$'] ] },
asciimath2jax: {delimiters: [ ['$','$'] ] },
"HTML-CSS": {minScaleAdjust: 125 } });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment