b502489d4d
The \DeclareCaption command defines a class of caption command associated with the counter specified to the command. These commands are free-standing (i.e., don't need to be inside a float environment). The package uses \DeclareCaption to define \figcaption and \tabcaption, which can be used outside figure or table environments.
13 lines
324 B
Makefile
13 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/15 20:53:11 minskim Exp $
|
|
# TeX Live Revision 17353
|
|
|
|
DISTNAME= captdef
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Declare free-standing \caption commands
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|