summaryrefslogtreecommitdiff
path: root/print/tex-placeins-plain/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-01-28 23:32:07 +0000
committerminskim <minskim>2010-01-28 23:32:07 +0000
commit778771a4788019d379a09e7f0bf2c686a6903e83 (patch)
treed8ab6f4576c132b2b74e3ce9e564fa6ba8c9dc1e /print/tex-placeins-plain/Makefile
parentd6d14adf3f6e001d76eeb7e4d175ce778f71c7c8 (diff)
downloadpkgsrc-778771a4788019d379a09e7f0bf2c686a6903e83.tar.gz
Import tex-placeins-plain-2.0 as print/tex-placeins-plain.
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.)
Diffstat (limited to 'print/tex-placeins-plain/Makefile')
-rw-r--r--print/tex-placeins-plain/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-placeins-plain/Makefile b/print/tex-placeins-plain/Makefile
new file mode 100644
index 00000000000..367e5559de1
--- /dev/null
+++ b/print/tex-placeins-plain/Makefile
@@ -0,0 +1,11 @@
+# $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"