
pod6latex - convert pod6 to Latex

pod6latex < somefile.pod6 > somefile.tex
pod6latex somefile.pod6 > somefile.tex
options:
-doctype|t - set docbook type ( ie chapter, article, book ...). Default chapter;
-add_head|ah - If this option is set , pod6latex will emit a DOCTYPE as the first line of output.
-formatter|f - set output formatter class, default Perl6::Pod::To::Latex
-use_block MOD_NAME=Block_name - set module for handle Block_name. Equivalent for:
=begin pod
=use MOD_NAME Block_name
=end pod
-help - print help message
-man - print man page

Print a brief help message and exits
Prints manual page and exits
Set docbook type ( ie chapter, article, book ...). Default chapter
If this option is set , pod6latex will emit a DOCTYPE as the first line of output
Set output formatter class, default Perl6::Pod::To::Latex
Set module for handle Block_name Equivalent for =use direcive :
=begin pod
=use MOD_NAME Block_name
=end pod

B<pod6latex> - convert pod6 to Latex

pod6latex < somefile.pod6 > somefile.tex

Zahatski Aliaksandr, <zahatski@gmail.com>

Copyright 2009-2013 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.