<html>
<head>
<title>pyLaTeX - LaTeX Document Processing Framework</title>
<style>
<!--
body {
   font-family: arial, helvetica, sans-serif;
   background-color: #ffffff;
   color: #000000;
}

h1, h2, h3, h4, h5, h6 {
   font-family: verdana, arial, helvetia, sans-serif;
   color: #669933;
   text-decoration: underline;
}

.navigation big {
   color: #669933;
   font-weight: 100;
}
.navigation a {
   font-size: small;
   font-weight: bold;
   text-decoration: none;
}
.navigation a:link {color: #ffffff}
.navigation a:active {color: #ff0000}
.navigation a:visited {color: #ffffff}
.navigation a:hover {
   color: #ffffff; 
   background-color: #444444;
   text-decoration: underline;}

a:link {}
a:visited {}
a:active {}
a:hover {background-color: #ffffcc}
-->
</style>
</head>

<body bgcolor="#ffffff" text="#000000" marginheight="0" marginwidth="0"
   topmargin="0" leftmargin="0">

<table bgcolor="#669933" width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
   <td align="center" nowrap>
   &nbsp;&nbsp;<img src="images/pylatex.gif">
   </td>
   <td width="100%" align="right" valign="bottom">
   <font size="1" color="#ffffcc">Processing LaTeX the Python Way</font>
   &nbsp;
   </td>
</tr>
<tr>
   <td class="navigation" bgcolor="#000000" colspan="2"
       align="right" nowrap>
   <a href="http://sourceforge.net/project/showfiles.php?group_id=36345" 
      title="Get the current release">download</a>
   &nbsp;&nbsp;<big>|</big>&nbsp;&nbsp;
   <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pylatex/pyLaTeX/" 
      title="Browse the cvs repository">cvs</a>
   &nbsp;&nbsp;<big>|</big>&nbsp;&nbsp;
   <a href="mailto:Kevin.Smith@theMorgue.org" title="Send us e-mail">contact us</a>
   &nbsp;&nbsp;
   </td>
</tr>
</table>

<table cellspacing="10" cellpadding="0" border="0">
<tr>
   <td valign="top">

<p>
pyLaTeX is a <a href="http://www.tug.org/">LaTeX</a> 
document processing framework written entirely in 
<a title="Go to the Python web site" href="http://www.python.org/">Python</a>.
It comes bundled with <a href="http://www.w3.org/MarkUp/">HTML</a> and 
generic <a href="http://www.w3.org/XML/">XML</a> renderers, and 
other renderers can be added as well.  
</p>

<p>
pyLaTeX differs from other tools like 
<a href="http://saftsack.fs.uni-bayreuth.de/~latex2ht/"
   title="Go to the the LaTeX2HTML web site">LaTeX2HTML</a>, 
<a href="http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html"
   title="Go to the TeX4ht web site">TeX4ht</a>, 
<a href="http://hutchinson.belmont.ma.us/tth/"
   title="Go to the TtH web site">TtH</a>, etc. 
in that the parsing and rendering of the document are completely 
separated.  This separation makes it possible to render the document
in multiple output formats.  It also allows the parser to create
a cleaner document object, so that the rendering process is easier.  
</p>

<p>
Since the renderer has complete control over which pieces of the 
document are rendered, it is possible that the resultant document
is structured quite differently than the input document.  This object
actually allows you to traverse and edit the document tree.
Because of this, pyLaTeX handles all counters natively so it doesn't
have to rely on a LaTeX auxilliary file which may be inaccurate.
</p>

<p>
The current documentation for the pyLaTeX processing framework, 
command line interface, and HTML renderer can be viewed by following
the links below.
</p>
<ul>
<li>pyLaTeX - Document processing framework 
    (<a href="pylatex/pylatex.pdf">PDF</a>, 
     <a href="pylatex/index.html">HTML</a>)
<li>pyldriver - Command line interface to pyLaTeX 
    (<a href="pyldriver/pyldriver.pdf">PDF</a>, 
     <a href="pyldriver/index.html">HTML</a>)
<li>HTML Renderer 
    (<a href="HTML/HTML.pdf">PDF</a>, 
     <a href="HTML/index.html">HTML</a>)
</ul>

<p>
The <a href="http://sourceforge.net/project/showfiles.php?group_id=36345"
   title="Go to the pyLaTeX file list page on SourceForge">latest release
   with complete documentation</a> is always available on 
<a href="http://sourceforge.net/projects/pylatex/">SourceForge</a>.
</p>

<p>
Please direct any comments, questions, bug reports, and donations to 
<a href="mailto:Kevin.Smith@theMorgue.org">Kevin Smith</a>.
</p>

   </td>
</tr>
</table>

</body>

</html>