sample-asciimath.html 599 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>MathJax AsciiMath Test Page</title>
  5. <!-- Copyright (c) 2012-2017 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. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <script type="text/javascript" src="../MathJax.js?config=AM_HTMLorMML-full"></script>
  10. </head>
  11. <body>
  12. <p>
  13. When `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and they are
  14. </p>
  15. <p style="text-align:center">
  16. `x = (-b +- sqrt(b^2-4ac))/(2a) .`
  17. </p>
  18. </body>
  19. </html>