The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pod2book - Convert a number of POD pages into a LaTeX book

SYNOPSIS

    pod2book [options] conf_file

    Options:
       -help            brief help message
       -man             full documentation

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

DESCRIPTION

pod2book takes a collection of POD pages specified in the configuration file and turns them into a single LaTeX document. Run the commands on the resulting file (let's assume it's called book.tex)

   pdflatex book
   pdflatex book
   makeindex book
   pdflatex book

to produce the book in PDF format. Keep your fingers crossed when running pdflatex ;-).

SEE ALSO

See Pod::LaTeX::Book for details on the format of the configuration file.