Advertisement
Guest User

mathml_example

a guest
Feb 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript" async
  4. src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
  5. </script>
  6. </head>
  7. <body>
  8. <math xmlns="http://www.w3.org/1998/Math/MathML">
  9. <mstyle displaystyle="true">
  10. <mo>(</mo>
  11. <munderover>
  12. <mo>&#x222B;</mo>
  13. <mn>0</mn>
  14. <mn>1</mn>
  15. </munderover>
  16. <mn>2018</mn>
  17. <mo>)</mo>
  18. </mstyle>
  19. </math>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement