diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-09 16:28:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-09 16:28:44 +0000 |
commit | 7c5e26d1e53a95b498c179d8473a52ff9b014123 (patch) | |
tree | ed264b4d60ce4356667f32ed0484ab9cb2375824 /print/tex-cellspace | |
parent | c532c1b8118dd62012105686c7194abdf3d9fa46 (diff) | |
download | pkgsrc-7c5e26d1e53a95b498c179d8473a52ff9b014123.tar.gz |
Import tex-cellspace-1.6 as print/tex-cellspace.
It is well known that high or deep cells tend to touch the \hlines of a
tabular. This package provides a modifier S acting on usual column types
so that to ensure a minimal distance that can be controlled through two
parameters \cellspacetoplimit and \cellspacebottomlimit. The approach
employed by this package is noticeably simpler than that of tabls, which
considers the dimensions of each entire row; whereas you can ask the
cellspace only to look at the cells of potentially difficult columns.
Diffstat (limited to 'print/tex-cellspace')
-rw-r--r-- | print/tex-cellspace/DESCR | 7 | ||||
-rw-r--r-- | print/tex-cellspace/Makefile | 16 | ||||
-rw-r--r-- | print/tex-cellspace/PLIST | 2 | ||||
-rw-r--r-- | print/tex-cellspace/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/tex-cellspace/DESCR b/print/tex-cellspace/DESCR new file mode 100644 index 00000000000..11d4b735043 --- /dev/null +++ b/print/tex-cellspace/DESCR @@ -0,0 +1,7 @@ +It is well known that high or deep cells tend to touch the \hlines of a +tabular. This package provides a modifier S acting on usual column types +so that to ensure a minimal distance that can be controlled through two +parameters \cellspacetoplimit and \cellspacebottomlimit. The approach +employed by this package is noticeably simpler than that of tabls, which +considers the dimensions of each entire row; whereas you can ask the +cellspace only to look at the cells of potentially difficult columns. diff --git a/print/tex-cellspace/Makefile b/print/tex-cellspace/Makefile new file mode 100644 index 00000000000..8014ad3dd69 --- /dev/null +++ b/print/tex-cellspace/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/09 16:28:44 minskim Exp $ + +DISTNAME= cellspace +PKGNAME= tex-${DISTNAME}-1.6 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Ensure minimal spacing of table cells + +DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath +DEPENDS+= tex-latex>=2009:../../print/tex-latex +DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin +DEPENDS+= tex-tools>=2010:../../print/tex-tools + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-cellspace/PLIST b/print/tex-cellspace/PLIST new file mode 100644 index 00000000000..7eefb1afe06 --- /dev/null +++ b/print/tex-cellspace/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/09 16:28:44 minskim Exp $ +share/texmf-dist/tex/latex/cellspace/cellspace.sty diff --git a/print/tex-cellspace/distinfo b/print/tex-cellspace/distinfo new file mode 100644 index 00000000000..6e1ae7500b5 --- /dev/null +++ b/print/tex-cellspace/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/11/09 16:28:44 minskim Exp $ + +SHA1 (tex-cellspace-15878/cellspace.tar.xz) = b0666e59040779af42865c02385abbb94eaa6a7e +RMD160 (tex-cellspace-15878/cellspace.tar.xz) = 9a24197e8270640fbe43da4d3828e0f03003e81a +Size (tex-cellspace-15878/cellspace.tar.xz) = 2304 bytes |