# minipy2tex
# (C) by Hans Matzen, 1997, Frankfurt/M, Germany
# Tries to format python code for LaTeX
# This is a little utility to get a TeX document out
of Python source code.
# The current Version is 0.1.
minipy2tex.py -h this message
minipy2tex.py -L a list of available fonts
Options:
-d will produce a standalone texfile as output
-o outputfile, not given means writing to stdout
-F font family the file will be formatted with defaults to Helvetica (phv)
-M width of left margin (cm) in texfile
-w maximum number of characters in each LaTeX-line
-h this usage message
using the -d option, produces a standalone texfile otherwise you will get
a file
for use with \input directive.
While I have tried to make things as safe as possible,
I cannot guarantee that usage of this program does not result in loss of
data or equipment. I provide NO WARRANTY about the program and I cannot
be made liable for any consequences resulting from using this package.