www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

sample-asciimath.html (599B)


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