diff options
author | minskim <minskim> | 2011-03-18 19:08:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-18 19:08:19 +0000 |
commit | 10d2bb4fe7e1a295f454192a2307714f25327435 (patch) | |
tree | 1948a00cf70f9f138a6d189ce2d0e5fd268d1dc3 /print | |
parent | 1236362bec33e3fbe8409d26719159d55b66b818 (diff) | |
download | pkgsrc-10d2bb4fe7e1a295f454192a2307714f25327435.tar.gz |
Import tex-wrapfig-3.6 as print/tex-wrapfig.
Allows figures or tables to have text wrapped around them. Does not work
in combination with list environments, but can be used in a parbox or
minipage, and in twocolumn format. Supports the float package. Note that
most of the package documentation is contained in the package file
itself (after the \endinput command at the end of the package proper).
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-wrapfig/DESCR | 5 | ||||
-rw-r--r-- | print/tex-wrapfig/Makefile | 13 | ||||
-rw-r--r-- | print/tex-wrapfig/PLIST | 2 | ||||
-rw-r--r-- | print/tex-wrapfig/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-wrapfig/DESCR b/print/tex-wrapfig/DESCR new file mode 100644 index 00000000000..61dfd32eb6c --- /dev/null +++ b/print/tex-wrapfig/DESCR @@ -0,0 +1,5 @@ +Allows figures or tables to have text wrapped around them. Does not work +in combination with list environments, but can be used in a parbox or +minipage, and in twocolumn format. Supports the float package. Note that +most of the package documentation is contained in the package file +itself (after the \endinput command at the end of the package proper). diff --git a/print/tex-wrapfig/Makefile b/print/tex-wrapfig/Makefile new file mode 100644 index 00000000000..f2a7bb68f0d --- /dev/null +++ b/print/tex-wrapfig/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 19:08:19 minskim Exp $ + +DISTNAME= wrapfig +PKGNAME= tex-${DISTNAME}-3.6 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to produce figures which text can flow around + +CONFLICTS= teTeX-texmf<=3.0nb29 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-wrapfig/PLIST b/print/tex-wrapfig/PLIST new file mode 100644 index 00000000000..d394691aefc --- /dev/null +++ b/print/tex-wrapfig/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 19:08:19 minskim Exp $ +share/texmf-dist/tex/latex/wrapfig/wrapfig.sty diff --git a/print/tex-wrapfig/distinfo b/print/tex-wrapfig/distinfo new file mode 100644 index 00000000000..282adf37467 --- /dev/null +++ b/print/tex-wrapfig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 19:08:19 minskim Exp $ + +SHA1 (tex-wrapfig-15878/wrapfig.tar.xz) = cd52cb83296655032b5d5b8d0ba2ae29e2d342a1 +RMD160 (tex-wrapfig-15878/wrapfig.tar.xz) = 8951c41a6507190c0a729678e7dd7e52dcb43a86 +Size (tex-wrapfig-15878/wrapfig.tar.xz) = 9392 bytes |