moodle/lib/editor/common/dragmath/index.html

79 lines
No EOL
4.3 KiB
HTML

<html>
<head>
<title>DragMath - Home Page</title>
</head>
<body>
<font size="3"; style="font-family: Arial;">
<h1 style="text-align: center;"><span style="color: rgb(0, 0, 128);">DragMath</span></h1>
<hr />
<span style="color: rgb(0, 0, 128);">
<h4 style="text-align: center;">
<a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;
<a href="demo.html">Demonstration</a>&nbsp;&nbsp;&nbsp;
<a href="#Download">Download</a>&nbsp;&nbsp;&nbsp;
<a href="doc/index.html">Documentation</a>&nbsp;&nbsp;&nbsp;
<a href="integrations.html">Integrations</a>&nbsp;&nbsp;&nbsp;
<a href="support.html">Support DragMath</a>&nbsp;&nbsp;&nbsp;
<a href="#Contact">Contact</a>
</h4>
</span>
<hr />
<h2><a name="Introduction"><span style="color: rgb(0, 0, 128);">Introduction</span></a></h2>
<p>
DragMath is a free "drag and drop" equation editor. It is a Java applet which can simply run within a web browser on most computers.<br />
<br />
The editor lets users build up mathematical expressions in a traditional two dimensional way, and then output the results in a correctly formed syntax. This is not so easy: mathematical notation contains some ambiguities. Still, we appear to be stuck with traditional notation for the foreseeable future, see for example this
<a href="http://web.mat.bham.ac.uk/C.J.Sangwin/Publications/2007-Sangwin_Ramsden_Syntax.pdf">article</a> for some comments on notation. This gives some idea of the design of DragMath.<br />
<br />
The supplied output formats are MathML, LaTeX, Maple, Maxima. It is also possible to convert the expression to almost any user defined style by creating an XML file with the correct syntax data in it. Details of how to do this are included in the documentation.<br></br>Although mathematics is less dependent on language than many things, the applet loads a language file which makes it possible to translate DragMath into other languages. DragMath has currently been translated into: Catalan, Czech, Dutch, English, French, German, Norwegian, Polish, Portuguese (Brazilian), Russian, Spanish and Swedish. The latest language files can be downloaded from <a href="http://dragmath.cvs.sourceforge.net/dragmath/ddma/lang/">here</a>.<br />
</p>
<p>
DragMath makes use of the MathTran service to automatically convert expressions to images. More details of MathTran available at <a href="http://www.mathtran.org">www.mathtran.org</a>
</p>
<p>
DragMath has a project on <a href="http://sourceforge.net/projects/dragmath/">SourceForge.net</a>, an open-source software development web site. This allows users to:
<ul>
<li><a href="http://sourceforge.net/tracker/?group_id=201862&atid=979259">Request new features</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=201862&atid=979256">Submit bugs</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=201862">Download the latest release</a></li>
</ul>
<a href="http://sourceforge.net/projects/dragmath/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=201862&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
</p>
<hr />
<h2><span style="color: rgb(0, 0, 128);"><a name="Download">Download</a></span><a name="Download"></a></h2>
<p>
As DragMath is open-source, you are free to download and re-distribute. See the <a href="LICENSE-gpl.txt">DragMath license</a> for details.<br /><br />
DragMath requires Java 1.4.2 or later is installed. If you do not have it, you can download it from <a href="http://www.java.com">www.java.com</a>.<br />
To download the latest version visit our project site on <a href="http://sourceforge.net/project/showfiles.php?group_id=201862">SourceForge.net</a>.<br />
</p>
<hr />
<h2><a name="Contact"><span style="color: rgb(0, 0, 128);">Contact</span></a></h2>
<p>
<b>Project leader</b><br />
Chris Sangwin<br />
Website: <a href="http://web.mat.bham.ac.uk/C.J.Sangwin/">http://web.mat.bham.ac.uk/C.J.Sangwin/</a><br>
Email: <a href="mailto:C.J.Sangwin@bham.ac.uk?subject=DragMath">C.J.Sangwin@bham.ac.uk</a></p>
<p><br />
<b>Developer</b><br />
Alex Billingsley<br />
Website: <a href="http://www.abillingsley.co.uk/">http://www.abillingsley.co.uk/</a><br>
Email: <a href="mailto:email@abillingsley.co.uk?subject=DragMath">email@abillingsley.co.uk</a></p>
<hr />
<center>
<p>&copy; 2008 Alex Billingsley, Chris Sangwin
</center>
</font>
</body>
</html>