NAME

    pod6latex  - convert pod6 to Latex

SYNOPSIS

  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

OPTIONS

-help

Print a brief help message and exits

-man

Prints manual page and exits

-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

Set module for handle Block_name Equivalent for =use direcive :

         =begin pod
         =use MOD_NAME Block_name
         =end pod

DESCRIPTION

  B<pod6latex>  - convert pod6 to Latex

EXAMPLE

  pod6latex < somefile.pod6 > somefile.tex

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009-2015 by Zahatski Aliaksandr

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