Skip to content

Instantly share code, notes, and snippets.

@kurnias
Created April 27, 2016 23:27
Show Gist options
  • Save kurnias/3de3ce213376bafb5ee624800f13b724 to your computer and use it in GitHub Desktop.
Save kurnias/3de3ce213376bafb5ee624800f13b724 to your computer and use it in GitHub Desktop.
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$'], ["\[", "\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
//,
//displayAlign: "left",
//displayIndent: "2em"
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment