44 lines
1.6 KiB
HTML
44 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>MathJax Example Page</title>
|
|
<!-- Copyright (c) 2012-2013 The MathJax Consortium -->
|
|
<style>
|
|
li {margin-top: .2em}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>MathJax Example Pages</h1>
|
|
|
|
View the page source for any of these examples to see how they work.
|
|
|
|
<ul>
|
|
<li><a href="sample-tex.html">Page using TeX notation</a></li>
|
|
<li><a href="sample-mml.html">Page using MathML notation</a></li>
|
|
<li><a href="sample-asciimath.html">Page using AsciiMath notation</a></li>
|
|
<li><a href="sample.html">Page included several examples TeX equations</a></li>
|
|
<li><a href="sample-eqnum.html">Page of TeX equations with automatic numbering</a></li>
|
|
<li><a href="sample-eqrefs.html">Page of TeX equations with equation references</a></li>
|
|
<p>
|
|
<li><a href="sample-macros.html">Example of defining TeX macros</a></li>
|
|
<li><a href="sample-autoload.html">Defining macros to autoload the extensions in
|
|
which they are implemented</a></li>
|
|
<p>
|
|
<li><a href="sample-all-at-once.html">Example of waiting until all the
|
|
math is typeset before displaying the page (avoids "flicker")</a></li>
|
|
<p>
|
|
<li><a href="sample-dynamic-steps.html">Showing an equation one step at a time</a></li>
|
|
<li><a href="sample-dynamic.html">Display an equation typed in by a user</a></li>
|
|
<li><a href="sample-dynamic-2.html">Preview text containing math typed in by a user</a></li>
|
|
<p>
|
|
<li><a href="sample-loader.html">Loading MathJax into a page after it is loaded</a></li>
|
|
<li><a href="sample-loader-config.html">Loading MathJax dynamically with in-line configuration</a></li>
|
|
<p>
|
|
<li><a href="sample-signals.html">Page showing MathJax signals during page processing</a></li>
|
|
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|