The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Simple::LaTeX -- format Pod as LaTeX

SYNOPSIS

  perl -MPod::Simple::LaTeX -e \
   "exit Pod::Simple::LaTeX->filter(shift)->any_errata_seen" \
   thingy.pod > thingy.tex

DESCRIPTION

This class is a formatter that takes Pod and renders it as LaTeX.

If you are particularly interested in customizing this module's output even more, see the source and/or write to me.

SEE ALSO

Pod::Simple

COPYRIGHT AND DISCLAIMERS

Copyright (c) 2003 TODO-AUTHNAME. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

AUTHOR

TODO-AUTHNAME+addr