683a7f2760
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.
11 lines
301 B
Makefile
11 lines
301 B
Makefile
# $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"
|