Provided by: liblatex-table-perl_1.0.6-4_all bug

NAME

       LaTeX::Table::Themes::Classic - Classic LaTeX table themes.

PROVIDES

       This module provides following themes:

       plain
                Animal    Description    Price
                Gnu       stuffed        92.59
                Emu       stuffed        33.33

       Miami
                Animal    Description    Price
              ----------------------------------
                Gnu       stuffed        92.59
                Emu       stuffed        33.33

       Berlin
              +--------+-------------+--------+
              | Animal | Description |  Price |
              +========+=============+========+
              | Gnu    | stuffed     |  92.59 |
              | Emu    | stuffed     |  33.33 |
              +--------+-------------+--------+

       Dresden
              +--------++-------------+--------+
              | Animal || Description |  Price |
              +========++=============+========+
              | Gnu    || stuffed     |  92.59 |
              | Emu    || stuffed     |  33.33 |
              +--------++-------------+--------+

       Houston
              +--------++-------------+--------+
              | Animal || Description |  Price |
              +========++=============+========+
              | Gnu    || stuffed     |  92.59 |
              +--------++-------------+--------+
              | Emu    || stuffed     |  33.33 |
              +--------++-------------+--------+

       Except for "plain", headers are printed in bold font.

REQUIRES

       The themes defined in this module require no additional LaTeX packages.

NOTES

       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.

SEE ALSO

       LaTeX::Table, LaTeX::Table::Themes::ThemeI

LICENSE AND COPYRIGHT

       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.

perl v5.34.0                                       2022-06-15                 LaTeX::Table::Themes::Classic(3pm)