GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LaTeX::Table::Themes::Classic(3) User Contributed Perl Documentation LaTeX::Table::Themes::Classic(3)

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

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.

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.

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

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.

2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.