Pod::LaTeX 0.58 review
DownloadPod::LaTeX is a Perl module to convert Pod data to formatted Latex. SYNOPSIS use Pod::LaTeX; my $parser = Pod::LaTeX->new
|
|
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