LaTeX-Table version 0.9.2

LaTeX::Table provides functionality for an intuitive and easy generation of
LaTeX tables. It ships with some predefined good looking table styles. This module s
upports multipage tables via the C<xtab> package and publication
quality tables with the C<booktabs> package. It also supports the C<tabularx>
package for nicer fixed-width tables. Furthermore, it supports the C<colortbl>
package for colored tables optimized for presentations.

LaTeX makes professional typesetting easy. Unfortunately,
this is not entirely true for tables. Many additional, highly specialized packages are 
therefore available on CTAN. This module supports the best packages and
visualizes your in Perl generated or summarized results with high quality. 

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


Alternatively, to install with ExtUtils::MakeMaker, you can use the following
commands:

    perl Makefile.PL
    make
    make test
    make install


Now start the script generate_examples.pl in the examples directory of this
distibution. 

    perl generate_examples.pl
    
This script generates some LaTeX files with some example tables.
Now please compile these examples with LaTeX and check if all tables look ok:

    latex examples.tex
    xdvi examples.dvi
     

DEPENDENCIES

Carp
Class::Std
English
Fatal
Readonly
Scalar::Util
Text::Wrap

COPYRIGHT AND LICENCE

Copyright (C) 2006-2008, Markus Riester

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