Description:
See the docs for pod2latex
. The only changes that I made
intentionally from how pod2latex
does things are:
-
if a line looks blank it's treated as blank. I prefer
to avoid surprises.
-
I added a new
=exec
which executes a command line and
inserts the output of stdout into the resulting HTML as a <PRE>
section. This was so that I could get the latest usage message
from programs inserted without having to run each program separately,
save its output in a file, and manually insert the file into
the POD file.
-
I changed the text wrapping links.
I wrote this version in frustration with the way pod2latex does
links.
Last updated Tue Apr 16 19:09:24 PDT 2002 by <thomas.erskine@sourceworks.com>.
[