37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>MathJax Example Page</title>
|
|
<!-- Copyright (c) 2012 Design Science, Inc. -->
|
|
<style>
|
|
li {margin-top: .25em}
|
|
</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-eqnum.html">Page of TeX equations with equation references</a></li>
|
|
<p>
|
|
<li><a href="sample-signals.html">Page showing MathJax signals during page processing</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>
|
|
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|