16ca74a0f2
This package defines a \FloatBarrier command, beyond which floats may not pass. It is useful, for example, to ensure all floats for a section appear before the next \section command.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/24 01:46:06 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= placeins
|
|
PKGNAME= tex-${DISTNAME}-2.2
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX command to control float placement
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|