Skip to content

Instantly share code, notes, and snippets.

@Himenon
Created July 24, 2015 02:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Himenon/12cf540254d832a30dc3 to your computer and use it in GitHub Desktop.
Save Himenon/12cf540254d832a30dc3 to your computer and use it in GitHub Desktop.
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript'>
MathJax.Hub.Config({
HTML: ["input/TeX","output/HTML-CSS"],
TeX: { extensions: ["AMSmath.js","AMSsymbols.js"],
equationNumbers: { autoNumber: "AMS" } },
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true },
"HTML-CSS": { availableFonts: ["TeX"],
linebreaks: { automatic: true } }
});
</script>
@Himenon
Copy link
Author

Himenon commented Dec 17, 2015

$$\int_{-\infty}^{\infty} \frac{\sin(x)}{x} dx = \frac{\pi}{2}$$

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