Skip to content

Instantly share code, notes, and snippets.

@CootCraig
Last active November 9, 2015 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CootCraig/942e7774fb4e9a8635f6 to your computer and use it in GitHub Desktop.
Save CootCraig/942e7774fb4e9a8635f6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MathML sample</title>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<p>
<math xmlns='http://www.w3.org/1998/Math/MathML' display='inline'>
<mstyle mathsize="3em">
<mi>y</mi>
<mo>(</mo>
<mi>x</mi>
<mo>)</mo>
<mo>=</mo>
<mi>A</mi>
<mi>sin</mi>
<mo>(</mo>
<mfrac>
<mi>&tau;</mi>
<mi>T</mi>
</mfrac>
<mi>x</mi>
<mo>+</mo>
<mi>&tau;</mi>
<mi>&phi;</mi>
<mo>)</mo>
</mstyle
</math>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment