logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

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.

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.

See Also

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

return

See Also