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