| LaTeX-Table documentation | view source | Contained in the LaTeX-Table distribution. |
LaTeX::Table::Themes::Classic - Classic LaTeX table themes.
This module provides following themes:
Animal Description Price
Gnu stuffed 92.59
Emu stuffed 33.33
Animal Description Price
----------------------------------
Gnu stuffed 92.59
Emu stuffed 33.33
+--------+-------------+--------+ | Animal | Description | Price | +========+=============+========+ | Gnu | stuffed | 92.59 | | Emu | stuffed | 33.33 | +--------+-------------+--------+
+--------++-------------+--------+ | Animal || Description | Price | +========++=============+========+ | Gnu || stuffed | 92.59 | | Emu || stuffed | 33.33 | +--------++-------------+--------+
+--------++-------------+--------+ | Animal || Description | Price | +========++=============+========+ | Gnu || stuffed | 92.59 | +--------++-------------+--------+ | Emu || stuffed | 33.33 | +--------++-------------+--------+
Except for plain, headers are printed in bold font.
The themes defined in this module require no additional LaTeX packages.
These are the classic themes you know from the famous books and tutorials.
However, they have flaws. Read the booktabs documentation for a discussion
of this.
The plain theme might be useful in combination with the ltpretty script.
Copyright (c) 2006-2010 <limaone@cpan.org>
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
| LaTeX-Table documentation | view source | Contained in the LaTeX-Table distribution. |