diff options
author | minskim <minskim> | 2010-04-15 20:53:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-15 20:53:11 +0000 |
commit | 01e6b90484f1f64fa6a7cd8a8ca113b9c0385a48 (patch) | |
tree | 2077f2084468d37c6b73faacedfece7ed9997b6b /print | |
parent | 9b0fbc194f38b9e5377174f24afb9ebb8a64ba0a (diff) | |
download | pkgsrc-01e6b90484f1f64fa6a7cd8a8ca113b9c0385a48.tar.gz |
Import tex-captdef-2009 as print/tex-captdef.
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-captdef/DESCR | 5 | ||||
-rw-r--r-- | print/tex-captdef/Makefile | 13 | ||||
-rw-r--r-- | print/tex-captdef/PLIST | 2 | ||||
-rw-r--r-- | print/tex-captdef/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-captdef/DESCR b/print/tex-captdef/DESCR new file mode 100644 index 00000000000..910ea7e6a6b --- /dev/null +++ b/print/tex-captdef/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/print/tex-captdef/Makefile b/print/tex-captdef/Makefile new file mode 100644 index 00000000000..4562014a005 --- /dev/null +++ b/print/tex-captdef/Makefile @@ -0,0 +1,13 @@ +# $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" diff --git a/print/tex-captdef/PLIST b/print/tex-captdef/PLIST new file mode 100644 index 00000000000..07c9c415dfd --- /dev/null +++ b/print/tex-captdef/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/15 20:53:11 minskim Exp $ +share/texmf-dist/tex/latex/captdef/captdef.sty diff --git a/print/tex-captdef/distinfo b/print/tex-captdef/distinfo new file mode 100644 index 00000000000..5103ba2a8b1 --- /dev/null +++ b/print/tex-captdef/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/15 20:53:11 minskim Exp $ + +SHA1 (tex-captdef-2009/captdef.tar.xz) = 04130f21742989bc74ba149fa1310e737f28330d +RMD160 (tex-captdef-2009/captdef.tar.xz) = bde72e1273b91d65aab7bb34d28801b67122cbfb +Size (tex-captdef-2009/captdef.tar.xz) = 1072 bytes |