sample-asciimath.html 530 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>MathJax AsciiMath Test Page</title>
  5. <!-- Copyright (c) 2012-2015 The MathJax Consortium -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <script type="text/javascript" src="../MathJax.js?config=AM_HTMLorMML-full"></script>
  9. </head>
  10. <body>
  11. <p>
  12. When `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and they are
  13. </p>
  14. <p style="text-align:center">
  15. `x = (-b +- sqrt(b^2-4ac))/(2a) .`
  16. </p>
  17. </body>
  18. </html>