PyLaTeX moduleLaTeX.py
latex and dvips.
LaTeXPy, LaTeXPy.py,
python.sty
Put python.sty somewhere into your TEX
searchpath before running latex. When using teTeX a
nice place would be .../texmf.local/tex/latex/misc/
(don't forget to run texhash).
UnitPrint.py
genereate_doc.py is used to genereate html documentation
from the above using pythondoc.
Unpack PyLaTeX-0.2.tar.gz in the
python1.5/site-packages/ directory and create a link from
PyLaTeX to PyLaTeX-0.2:
>cd .../python1.5/site-packages >gunzip PyLaTeX-0.2.tar.gz >tar xf PyLaTeX-0.2.tar >ln -s PyLaTeX-0.2 PyLaTeXCopy the file
LaTeXPy somewhere to your search path (under Unix).
LaTeXPy <input> [<output>]
Processes the LaTeX file <input> using the LaTeXPy
package. If <output> is given it will be used for
output, otherwise the file '<X>.tex' leads to the
output '<X>-2.tex'.
pythondoc to genereate this
documentation.