LaTeX::Table 0.0.1 review
DownloadLaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses. LaTeX
|
|
LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses.
LaTeX::Table ships with some predefined, good-looking table styles, and supports multipage tables via the xtab package.
Installation:
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following
commands:
perl Build.PL
./Build
./Build test
./Build 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
LaTeX::Table 0.0.1 search tags