blob: 6f2f3be50bc0bf1c3ffdc3f2ab4fb4688244a192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LGrind is a descendant of the Unix utility vgrind. It is
used to produce a beautified version of your source code using LaTeX. Unlike
other packages this is not pure TeX but an external preprocessor. You run e.g.
lgrind example.c > example.tex
latex example.tex
to get a complete listing. Options for producing includable files and pro-
cessing embedded listings in LaTeX texts are provided.
WWW: ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/lgrind.html
- Lehmann
kay_lehmann@web.de
|