NAME
Pod::LaTeX::TPR - Translate POD for The Perl Review
SYNOPSIS
# same constructor for Pod::LaTeX
my $parser = Pod::LaTeX::TPR->new( ... );
# same methods for Pod::LaTeX
DESCRIPTION
The Pod::LaTeX module does a good job of translating POD to LaTeX in the general case, but I wanted something different for The Perl Review. This module overrides some of the methods in Pod::LaTeX to get just what I want. You can do the same thing to get what you want by following this example.
I also added some custom interior sequences (those X<> things.)
- F<this is a footnote>
-
This turns into
\footnote{this is a footnote}
- R<chapter1>
-
This turns into
\ref{chapter1}
SEE ALSO
SOURCE AVAILABILITY
This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.
https://sourceforge.net/projects/brian-d-foy/
If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT
Copyright 2002, brian d foy, All rights reserved
You may use this package under the same terms as Perl itself.