e0bb2811e9
If you have \cite commands in \section-like commands, or in \caption, the citation will also appear in the table of contents, or list of whatever. If you are also using an unsrt- like bibliography style, these citations will come at the very start of the bibliography, which is confusing. This package suppresses the effect.
11 lines
306 B
Makefile
11 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/25 07:50:41 minskim Exp $
|
|
|
|
DISTNAME= notoccite
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
TEXLIVE_REV= 18129
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Prevent trouble from citations in table of contents, etc
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|