Pod::LaTeX 0.58 review

Download
by rbytes.net on

Pod::LaTeX is a Perl module to convert Pod data to formatted Latex. SYNOPSIS use Pod::LaTeX; my $parser = Pod::LaTeX->new

License: Perl Artistic License
File size: 26K
Developer: Tim Jenness
0 stars award from rbytes.net

Pod::LaTeX is a Perl module to convert Pod data to formatted Latex.

SYNOPSIS

use Pod::LaTeX;
my $parser = Pod::LaTeX->new ( );

$parser->parse_from_filehandle;

$parser->parse_from_file ('file.pod', 'file.tex');

Pod::LaTeX is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation.

Pod::LaTeX is a derived class from Pod::Select.

Requirements:
Perl

Pod::LaTeX 0.58 keywords