diff options
author | markd <markd> | 2010-04-09 21:42:56 +0000 |
---|---|---|
committer | markd <markd> | 2010-04-09 21:42:56 +0000 |
commit | 4d2ed75217d7acadbfefa85681bd432f67a7c16d (patch) | |
tree | 920012862a6443a15c7b6ebce5aefeedbb6e47ce /print/tex-hypernat | |
parent | a5b32ca5a6a4304db8764c7049c899555c92624d (diff) | |
download | pkgsrc-4d2ed75217d7acadbfefa85681bd432f67a7c16d.tar.gz |
Import tex-hypernat-1.0b
Allows hyperref package and the natbib package with options
'numbers' and 'sort&compress' to work together. This means that
multiple sequential citations (e.g [3,2,1]) will be compressed
to [1-3], where the '1' and the '3' are (color-)linked to the
bibliography.
Diffstat (limited to 'print/tex-hypernat')
-rw-r--r-- | print/tex-hypernat/DESCR | 5 | ||||
-rw-r--r-- | print/tex-hypernat/Makefile | 11 | ||||
-rw-r--r-- | print/tex-hypernat/PLIST | 2 | ||||
-rw-r--r-- | print/tex-hypernat/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-hypernat/DESCR b/print/tex-hypernat/DESCR new file mode 100644 index 00000000000..168f5099972 --- /dev/null +++ b/print/tex-hypernat/DESCR @@ -0,0 +1,5 @@ +Allows hyperref package and the natbib package with options +'numbers' and 'sort&compress' to work together. This means that +multiple sequential citations (e.g [3,2,1]) will be compressed +to [1-3], where the '1' and the '3' are (color-)linked to the +bibliography. diff --git a/print/tex-hypernat/Makefile b/print/tex-hypernat/Makefile new file mode 100644 index 00000000000..ee8f540d805 --- /dev/null +++ b/print/tex-hypernat/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:42:56 markd Exp $ +# TeX Live Revision 17358 + +DISTNAME= hypernat +PKGNAME= tex-${DISTNAME}-1.0b + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Allow hyperref and natbib to work together + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hypernat/PLIST b/print/tex-hypernat/PLIST new file mode 100644 index 00000000000..b1bbef67f07 --- /dev/null +++ b/print/tex-hypernat/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 21:42:56 markd Exp $ +share/texmf-dist/tex/latex/hypernat/hypernat.sty diff --git a/print/tex-hypernat/distinfo b/print/tex-hypernat/distinfo new file mode 100644 index 00000000000..6186db6fb91 --- /dev/null +++ b/print/tex-hypernat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/09 21:42:56 markd Exp $ + +SHA1 (tex-hypernat-1.0b/hypernat.tar.xz) = 70ca273afcfcdb994d08273103e0c944070a12db +RMD160 (tex-hypernat-1.0b/hypernat.tar.xz) = df6ae6e2b78c941701073aebeaf75017bebba09c +Size (tex-hypernat-1.0b/hypernat.tar.xz) = 1900 bytes |