2e6f99f9ca
This package modifies LaTeX's array and tabular environments to keep text from touching other text or hlines above or below. Several new parameters are defined and some standard macros are re-defined. The package slows down compilation of tables, since each entry is boxed twice.
13 lines
326 B
Makefile
13 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:51:05 minskim Exp $
|
|
# TeX Live Revision 17255
|
|
|
|
DISTNAME= tabls
|
|
PKGNAME= tex-${DISTNAME}-3.5
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Better vertical spacing in tables and arrays
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|