Skip to content

Instantly share code, notes, and snippets.

@drdrang
Created December 5, 2012 03:27
Show Gist options
  • Save drdrang/4211925 to your computer and use it in GitHub Desktop.
Save drdrang/4211925 to your computer and use it in GitHub Desktop.
Simple MathJax example
<html>
<head>
<title>MathJax Test</title>
<meta name="generator" content="BBEdit">
<script type="text/javascript"
src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<h1>MathJax Test</h1>
<hr>
\[ \Phi(x) = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^x e^{-\xi^2/2}\; d\xi \]
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment