18cef28683
For several reasons a \caption may be desirable at the top of a table environment. This package changes the table environment such that \abovecaptionskip and \belowcaptionskip are swapped. The package should also work with a non-standard table environment.
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/27 18:42:00 minskim Exp $
|
|
# TeX Live Revision 17275
|
|
|
|
DISTNAME= ftcap
|
|
PKGNAME= tex-${DISTNAME}-1.4
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Allows \caption at the beginning of a table-environment
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|