Inital commit

This commit is contained in:
Tilman
2011-10-26 10:11:42 +02:00
commit c0da376199
888 changed files with 44367 additions and 0 deletions
+79
View File
@@ -0,0 +1,79 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MathParser - parses MathML to LaTeX - Homepage</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="Homepage of MathParser, a program that converts MathML to LaTeX">
<meta name="author" content="Tilman Walther">
<meta name="keywords" content="Mathcad, LaTeX, MathML, convert, conversion, MathML2LaTeX">
<meta name="DC.Language" content="en">
<meta name="DC.Date" content="2004-01-31">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet.css">
<link rel="stylesheet" type="text/css" media="print" href="print.css">
</head>
<body>
<div id="title">
<a href="index_en.html"><img src="title.gif" alt="MathParser - parses MathML to LaTeX" border="0"></a>
</div>
<div id="language">
<a href="index.html"><img src="en_de.gif" border="0" alt="deutsche version"></a>
</div>
<div id="menu">
<p>
<a class="h1" href="index_en.html">Features</a>
</p>
<p>
<a class="h1" href="download_en.html">Download</a>
</p>
<p>
<a class="h1" href="anleitung_en.html">Manual</a>
</p>
<p>
<a class="h1" href="kontakt_en.php">Contact</a>
</p>
<p>
<br><br>
<a href="http://www.java.com"><img src="get_java_red_button.gif" border="0"></a>
</p>
</div>
<div id="content">
<span class="name">MathParser</span> is a freeware tool that converts MathML into LaTeX. It processes pure <b>MathML</b> code as well as <b>HTML with embedded MathML</b>. It also offers a special built-in parser for <b>Mathcad</b> HTML/MathML files. You do not have to retype all equations for publishing anymore.<br>
<br>
<span class="name">MathParser</span> is freeware, simple to use and can easily be customized if needed.<br>
<br>
<span class="name">MathParser</span> is written in Java&#8482; and runs on every computer with a Java Runtime Environment (version 1.4 and higher). You can download a Java Runtime Environment for your computer at <a href="http://www.java.com">http://www.java.com</a><br>
<br>
<i>Note: Currently MathParser only processes MathML in 'presentation markup' notation.</i><br>
<div style="margin-top: 1em; margin-bottom: 1em;">
<b><span style="color: #dd0000;">2005-12-01</span> Update:</b><br>
With the new version 12, Mathcad has changed its file format. Moreover, it is not possible to export into the Techexplorer format anymore.
The next version of MathParser will parse Mathcad 12 files. Until then, the only workaround to get your Mathcad 12 data parsed into LaTeX is
to save as Mathcad 11 file, open in Mathcad 11 and export as usual.
</div>
<div style="margin-top: 1em; margin-bottom: 1em;">
<b><span style="color: #dd0000;">2010-02-06</span></b><br>
Unfortunately, the development of MathParser is not comtinued at this time. Since there are people out there who are still using MathParser, we decided to <a href="download_en.html">publish the sources</a>. This way you can adapt the program to your own needs. Maybe there is someone who wants to develop the next version.
</div>
<span id="mini"><i>Java and the Java Coffee Cup Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.</i></span><br>
<br>
<a href="http://www.jars.com"><img src="java_registered.gif" border="0"></a>
</div>
</body>
</html>