545e5ab252
This LaTeX package makes a very minor change to the operation of the \cite command. Note that the change is not necessary in unmodified LaTeX; however, there remain packages that restore the undesirable behavior of the command as provided in LaTeX 2.09. (Note that neither cite nor natbib make this mistake.)
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:49:55 minskim Exp $
|
|
# TeX Live Revision 17126
|
|
|
|
DISTNAME= breakcites
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package to a line break in multiple citations
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|