diff options
author | minskim <minskim> | 2010-04-11 20:58:07 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-11 20:58:07 +0000 |
commit | f9df2c326b09906020274af95a54fa039cb26026 (patch) | |
tree | cd2eaa2661d1c3cf07edcf208d46d196b3bb6008 /print/tex-capt-of/Makefile | |
parent | c84bdb0803fc2ac8345555ccc1ea7483eba2ef54 (diff) | |
download | pkgsrc-f9df2c326b09906020274af95a54fa039cb26026.tar.gz |
Import tex-capt-of-2009 as print/tex-capt-of.
This LaTeX package defines a command \captionof for putting a caption
to something that's not a float. Note that the caption package
includes a \captionof command that is an extension of that provided by
this package.
Diffstat (limited to 'print/tex-capt-of/Makefile')
-rw-r--r-- | print/tex-capt-of/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-capt-of/Makefile b/print/tex-capt-of/Makefile new file mode 100644 index 00000000000..118daf58c0c --- /dev/null +++ b/print/tex-capt-of/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:58:07 minskim Exp $ +# TeX Live Revision 16813 + +DISTNAME= capt-of +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Captions on more than floats + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |