diff options
author | minskim <minskim@pkgsrc.org> | 2010-09-24 16:19:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-09-24 16:19:45 +0000 |
commit | 2bc2d7098e520c4c2071b63299856ba3b31ed455 (patch) | |
tree | 264e867e53aa520d65fe0e04265646647b2c81f9 /print | |
parent | fc42dc3b3f9e936607e6190227867149f9dcc5b8 (diff) | |
download | pkgsrc-2bc2d7098e520c4c2071b63299856ba3b31ed455.tar.gz |
Import tex-titleref-2.0 as print/tex-titleref.
Defines a command \titleref that allows you to cross-reference section
(and chapter, etc) titles and captions just like \ref and \pageref. The
package does not interwork with hyperref; if you need hypertext
capabilities, use nameref instead.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-titleref/DESCR | 4 | ||||
-rw-r--r-- | print/tex-titleref/Makefile | 13 | ||||
-rw-r--r-- | print/tex-titleref/PLIST | 2 | ||||
-rw-r--r-- | print/tex-titleref/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-titleref/DESCR b/print/tex-titleref/DESCR new file mode 100644 index 00000000000..0f93e32cf61 --- /dev/null +++ b/print/tex-titleref/DESCR @@ -0,0 +1,4 @@ +Defines a command \titleref that allows you to cross-reference section +(and chapter, etc) titles and captions just like \ref and \pageref. The +package does not interwork with hyperref; if you need hypertext +capabilities, use nameref instead. diff --git a/print/tex-titleref/Makefile b/print/tex-titleref/Makefile new file mode 100644 index 00000000000..7e71b6de87e --- /dev/null +++ b/print/tex-titleref/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 16:19:45 minskim Exp $ + +DISTNAME= titleref +PKGNAME= tex-${DISTNAME}-2.0 +TEXLIVE_REV= 18729 + +MAINTAINER= minskim@NetBSD.org +COMMENT= \\titleref command to cross-reference section titles + +CONFLICTS+= tex-ltxmisc<2010 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-titleref/PLIST b/print/tex-titleref/PLIST new file mode 100644 index 00000000000..e0657371bb8 --- /dev/null +++ b/print/tex-titleref/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/24 16:19:45 minskim Exp $ +share/texmf-dist/tex/latex/titleref/titleref.sty diff --git a/print/tex-titleref/distinfo b/print/tex-titleref/distinfo new file mode 100644 index 00000000000..c6729d6cf37 --- /dev/null +++ b/print/tex-titleref/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/24 16:19:45 minskim Exp $ + +SHA1 (tex-titleref-18729/titleref.tar.xz) = d98f4f3b8ae28c8a52408c957be9e616937d83d2 +RMD160 (tex-titleref-18729/titleref.tar.xz) = 61ba9aeb0157a76d58008e4f3b7df92747e9afff +Size (tex-titleref-18729/titleref.tar.xz) = 2912 bytes |