22099bfe88
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.
13 lines
313 B
Makefile
13 lines
313 B
Makefile
# $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"
|