examples.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>MathJax Example Page</title>
  5. <!-- Copyright (c) 2012-2017 The MathJax Consortium -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <style>
  9. li {margin-top: .2em}
  10. </style>
  11. </head>
  12. <body>
  13. <h1>MathJax Example Pages</h1>
  14. View the page source for any of these examples to see how they work.
  15. <ul>
  16. <li><a href="sample-tex.html">Page using TeX notation</a></li>
  17. <li><a href="sample-mml.html">Page using MathML notation</a></li>
  18. <li><a href="sample-asciimath.html">Page using AsciiMath notation</a></li>
  19. <li><a href="sample.html">Page included several examples TeX equations</a></li>
  20. <li><a href="sample-eqnum.html">Page of TeX equations with automatic numbering</a></li>
  21. <li><a href="sample-eqrefs.html">Page of TeX equations with equation references</a></li>
  22. <p>
  23. <li><a href="sample-macros.html">Example of defining TeX macros</a></li>
  24. <li><a href="sample-autoload.html">Defining macros to autoload the extensions in
  25. which they are implemented</a></li>
  26. <p>
  27. <li><a href="sample-all-at-once.html">Example of waiting until all the
  28. math is typeset before displaying the page (avoids "flicker")</a></li>
  29. <p>
  30. <li><a href="sample-dynamic-steps.html">Showing an equation one step at a time</a></li>
  31. <li><a href="sample-dynamic.html">Display an equation typed in by a user</a></li>
  32. <li><a href="sample-dynamic-2.html">Preview text containing math typed in by a user</a></li>
  33. <p>
  34. <li><a href="sample-loader.html">Loading MathJax into a page after it is loaded</a></li>
  35. <li><a href="sample-loader-config.html">Loading MathJax dynamically with in-line configuration</a></li>
  36. <p>
  37. <li><a href="sample-signals.html">Page showing MathJax signals during page processing</a></li>
  38. </ul>
  39. </body>
  40. </html>