Advertisement
Peaser

LaTeX in HTML

Dec 6th, 2015
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript"
  5.  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
  6. </script>
  7. <title>Tex Example</title>
  8. </head>
  9. <body>
  10.  
  11. $$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
  12.  
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement