diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-06 06:07:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-06 06:07:41 +0800 |
commit | bf6b91f688075b49f0d617c1272a4781f1eba741 (patch) | |
tree | 1ca33f7282ceb48701024c8c7afbe04dcd60a813 /textproc/Makefile | |
parent | 4ed93aa488b650b3e1278fba85f18ca914739b40 (diff) | |
download | freebsd-ports-gnome-bf6b91f688075b49f0d617c1272a4781f1eba741.tar.gz freebsd-ports-gnome-bf6b91f688075b49f0d617c1272a4781f1eba741.tar.zst freebsd-ports-gnome-bf6b91f688075b49f0d617c1272a4781f1eba741.zip |
This module supports multipage tables via the xtab and the longtable
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 powerful
new ctable package is supported and especially recommended when
footnotes are needed. LaTeX::Table ships with some predefined, good
looking themes.
WWW: http://search.cpan.org/dist/LaTeX-Table/
PR: ports/135243
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fd56c778c91e..c725d9756f73 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -447,6 +447,7 @@ SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode SUBDIR += p5-LaTeX-TOM + SUBDIR += p5-LaTeX-Table SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom |