Pod::PseudoPod::LaTeX

Convert Pod::PseudoPod documents into LaTeX
Download

Pod::PseudoPod::LaTeX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • chromatic
  • Publisher web site:
  • http://search.cpan.org/~chromatic/

Pod::PseudoPod::LaTeX Tags


Pod::PseudoPod::LaTeX Description

Convert Pod::PseudoPod documents into LaTeX Pod::PseudoPod::LaTeX is a Perl module, a Pod::PseudoPod subclass, itself a Pod::Simple subclass. This means that this is a full-fledged POD parser. Anything those modules can do, this can do.Perhaps a little code snippet. use Pod::PseudoPod::LaTeX; my $parser = Pod::PseudoPod::LaTeX->new(); $parser->emit_environments( sidebar => 'sidebar' ); $parser->output_fh( $some_fh ); $parser->parse_file( 'some_document.pod' ); ... Requirements: · Perl


Pod::PseudoPod::LaTeX Related Software