This package provides commands to disable pagebreaking within a given vertical space. If there is not enough space between the command and the bottom of the page, a new page will be started.
13 lines
323 B
Makefile
13 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 16:21:10 minskim Exp $
|
|
# TeX Live Revision 17999
|
|
|
|
DISTNAME= needspace
|
|
PKGNAME= tex-${DISTNAME}-1.3b
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Insert pagebreak if not enough space
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|