LaTeX::Table 0.9.12 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LaTeX::Table 0.9.12 (Default branch)
# 1  
Old 01-31-2009
LaTeX::Table 0.9.12 (Default branch)

Image 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 LaTeX package. 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. License: Perl License Changes:
This release adds more table themes. It is now possible to specify a font family in the table environment. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LaTeX::Encode::EncodingTable(3pm)			User Contributed Perl Documentation			 LaTeX::Encode::EncodingTable(3pm)

NAME
LaTeX::Encode::EncodingTable - Encoding table for characters for LaTeX formatting SYNOPSIS
use LaTeX::Encode::EncodingTable; VERSION
This manual page describes version 0.03 of the "LaTeX::Encode::EncodingTable" module. DESCRIPTION
This module provides the encoding table for characters for LaTeX formatting. DEPENDENCIES
The "HTML::Entities" and "Pod::LaTeX" modules were used for building the encoding table in "LaTeX::Encode::EncodingTable", but this is not rebuilt at installation time. The "LaTeX::Driver" module is used for formatting the character encodings reference document. BUGS AND LIMITATIONS
Not all LaTeX special characters are included in the encoding tables (more may be added when I track down the definitions). The "use_textcomp" option is not implemented. AUTHOR
Andrew Ford <a.ford@ford-mason.co.uk> LICENSE AND COPYRIGHT
Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
Template::Plugin::Latex NOTES ON MANPAGE
This manual page was written for the Debian GNU/Linux distribution because the original module does not have a manual page. perl v5.10.0 2009-06-07 LaTeX::Encode::EncodingTable(3pm)