Skip to content

Instantly share code, notes, and snippets.

@Sibirtsev
Created December 23, 2016 06:07
Show Gist options
  • Save Sibirtsev/627b412acb6b16ddd6703674d7bcb0a9 to your computer and use it in GitHub Desktop.
Save Sibirtsev/627b412acb6b16ddd6703674d7bcb0a9 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment