Skip to content

Instantly share code, notes, and snippets.

@jeromyanglim
Created May 17, 2012 03:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jeromyanglim/2716053 to your computer and use it in GitHub Desktop.
Save jeromyanglim/2716053 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>
@chandraprabhudevk
Copy link

i want more in Java script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment