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

NAME

LaTeX::Writer::Simple - A module to help writing LaTeX file.

SYNOPSIS

LaTeX::Writer::Simple provides a programmatically interface to write LaTeX files from within Perl.

    use LaTeX::Writer::Simple;

    my $foo = document( { -title => {Document Title},
                        })

    print $foo;

EXPORT

By default the module exports the following LaTeX functions:

part

chapter

section

subsection

subsubsection

caption

texttt

textit

textbf

it

tt

label

Ref

pageRef

bf

center

flushleft

flushright

p

document

AUTHOR

Alberto Simoes, <ambs at cpan.org>

BUGS

Please report any bugs or feature requests to bug-latex-writer-simple at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LaTeX-Writer-Simple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc LaTeX::Writer::Simple

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2008 Alberto Simoes, all rights reserved.

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