diff options
author | minskim <minskim> | 2010-04-26 17:25:05 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-26 17:25:05 +0000 |
commit | 215e0fec6e727910bd07bda65de5a49bdc196e8c (patch) | |
tree | d204794cda2725a3d3ce58d7f5d705ad04569bf4 /print | |
parent | ec7d65bba8a10fe850071fe6b003bc7cfc0ba74f (diff) | |
download | pkgsrc-215e0fec6e727910bd07bda65de5a49bdc196e8c.tar.gz |
Import tex-fnpara-2009 as print/tex-fnpara.
This package typesets footnotes in run-on paragraphs, instead of one
above another; this is a re-seating, for the LaTeX environment, of an
example in the TeXbook. The same basic code, improved for use in
e-TeX-based LaTeX, appears in the comprehensive footnote package
footmisc, and superior versions are also available in the manyfoot and
bigfoot packages.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-fnpara/DESCR | 6 | ||||
-rw-r--r-- | print/tex-fnpara/Makefile | 13 | ||||
-rw-r--r-- | print/tex-fnpara/PLIST | 2 | ||||
-rw-r--r-- | print/tex-fnpara/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-fnpara/DESCR b/print/tex-fnpara/DESCR new file mode 100644 index 00000000000..3de40f6cbf2 --- /dev/null +++ b/print/tex-fnpara/DESCR @@ -0,0 +1,6 @@ +This package typesets footnotes in run-on paragraphs, instead of one +above another; this is a re-seating, for the LaTeX environment, of an +example in the TeXbook. The same basic code, improved for use in +e-TeX-based LaTeX, appears in the comprehensive footnote package +footmisc, and superior versions are also available in the manyfoot and +bigfoot packages. diff --git a/print/tex-fnpara/Makefile b/print/tex-fnpara/Makefile new file mode 100644 index 00000000000..fa3af3d3ea9 --- /dev/null +++ b/print/tex-fnpara/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/26 17:25:05 minskim Exp $ +# TeX Live Revision 17273 + +DISTNAME= fnpara +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to typeset footnotes in paragraphs + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fnpara/PLIST b/print/tex-fnpara/PLIST new file mode 100644 index 00000000000..ad4a0e821a5 --- /dev/null +++ b/print/tex-fnpara/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/26 17:25:05 minskim Exp $ +share/texmf-dist/tex/latex/fnpara/fnpara.sty diff --git a/print/tex-fnpara/distinfo b/print/tex-fnpara/distinfo new file mode 100644 index 00000000000..e2b902b7076 --- /dev/null +++ b/print/tex-fnpara/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/26 17:25:05 minskim Exp $ + +SHA1 (tex-fnpara-2009/fnpara.tar.xz) = 3c361de6916a7619019db3d994a62a79350daa4d +RMD160 (tex-fnpara-2009/fnpara.tar.xz) = 08ef6e2d93c6fcd856ce8f23f6299fc9ff00af16 +Size (tex-fnpara-2009/fnpara.tar.xz) = 2836 bytes |