LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables. It ships with some predefined, good-looking table styles. This module supports multi-page tables via the xtab and longtable LaTeX packages. For publication quality tables, it utilizes the booktabs package. It also supports the tabularx and tabulary packages for nicer fixed-width tables. Furthermore, it supports the colortbl package for colored tables optimized for presentations. The ltpretty program makes it easy to use this module from within a text editor such as Vim or emacs.
| Tags | Text Processing Markup TeX/LaTeX |
|---|---|
| Licenses | Perl |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Changes: This release introduces support for the ltxtable package.


Changes: This release introduces support for the longtable package.


Changes: This release adds functionality for splittin tables ('continued' option). The tutorial and the POD documentation were improved.


Changes: This release adds more table themes. It is now possible to specify a font family in the table environment.


Changes: This release introduces support for the tabulary LaTeX package. Themes can now handle the table stub alignment.