mirror of
https://github.com/moodle/moodle.git
synced 2025-02-18 23:05:30 +01:00
56 lines
2.0 KiB
HTML
56 lines
2.0 KiB
HTML
|
|
<html>
|
|
<head>
|
|
<title>DragMath - Demonstration</title>
|
|
</head>
|
|
<body>
|
|
|
|
<font size="3"; style="font-family: Arial;">
|
|
|
|
<p></p>
|
|
<h1 style="text-align: center;"><span style="color: rgb(0, 0, 128);">DragMath</span></h1>
|
|
<hr />
|
|
|
|
<span style="color: rgb(0, 0, 128);">
|
|
<center>
|
|
<h4>
|
|
<a href="index.html">Home</a>
|
|
<a href="demo.html">Demonstration</a>
|
|
<a href="index.html#Download">Download</a>
|
|
<a href="doc/index.html">Documentation</a>
|
|
<a href="integrations.html">Integrations</a>
|
|
<a href="support.html">Support DragMath</a>
|
|
<a href="index.html#Contact">Contact</a>
|
|
</h4>
|
|
</center>
|
|
</span>
|
|
|
|
<hr />
|
|
|
|
<h2><span style="color: rgb(0, 0, 128);"><a name="Demonstration">Demonstration</a></span></h2>
|
|
<p>
|
|
<applet width="540" height="333" archive="Project.jar,AbsoluteLayout.jar,swing-layout-1.0.jar,jdom.jar,jep.jar" code="Display.MainApplet.class" codebase="applet/classes" name="DragMath">
|
|
<param value="en" name="language" />To use this page you need a Java-enabled browser. Download the latest Java plug-in from <a href="http://www.java.com/">Java.com</a>
|
|
</applet></p>
|
|
<br>
|
|
|
|
</h2>
|
|
<p><a href="applet/Maxima.html"><b>Maxima Demo</b></a><br />
|
|
This example shows setting the default output format to 'Maxima', and how JavaScript can be used to provide further interaction between a web-page and DragMath.<br />
|
|
<br />
|
|
<a href="applet/Latex.html"><b>LaTeX Demo</b></a><br />
|
|
This example sets the default output format to 'LaTeX', and passes the LaTeX syntax to an external applet which renders it dynamically.<br />
|
|
<br />
|
|
<a href="applet/MathML.html"><b>MathML Demo</b></a><br />
|
|
This example dynamically inserts the generated MathML syntax in the web-page, so the created expression is displayed with MathML.It requires a MathML enabled Gecko browser, or Internet Explorer and a MathML plugin.<br />
|
|
</p>
|
|
<hr />
|
|
<center>
|
|
<p>© 2008 Alex Billingsley, Chris Sangwin
|
|
</center>
|
|
</p>
|
|
|
|
</font>
|
|
|
|
</body>
|
|
</html> |