This TeX file provides various mechanisms (for plain TeX and close relatives) to let insertions (footnotes, topins, pageins, etc.) float within their appropriate section, but to prevent them from intruding into the following section, even when sections do not normally begin a new page. (If your sections normally begin a new page, just use \supereject to flush out insertions.)
11 lines
293 B
Makefile
11 lines
293 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/28 23:32:07 minskim Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
DISTNAME= placeins-plain
|
|
PKGNAME= tex-${DISTNAME}-2.0
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Insertions that keep their place
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|