diff options
author | minskim <minskim> | 2010-04-11 20:49:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-11 20:49:55 +0000 |
commit | 5a07ccbfd9fcbf7aeccd0440d6eacf75065501ea (patch) | |
tree | 1b54da4492429fb6b62abe7ec96c9d810157b3f2 | |
parent | ec5527b1dade98865f83bcb723fa8bcc9dbaac1a (diff) | |
download | pkgsrc-5a07ccbfd9fcbf7aeccd0440d6eacf75065501ea.tar.gz |
Import tex-breakcites-2009 as print/tex-breakcites.
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.)
-rw-r--r-- | print/tex-breakcites/DESCR | 5 | ||||
-rw-r--r-- | print/tex-breakcites/Makefile | 13 | ||||
-rw-r--r-- | print/tex-breakcites/PLIST | 2 | ||||
-rw-r--r-- | print/tex-breakcites/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-breakcites/DESCR b/print/tex-breakcites/DESCR new file mode 100644 index 00000000000..5d0a1eff126 --- /dev/null +++ b/print/tex-breakcites/DESCR @@ -0,0 +1,5 @@ +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.) diff --git a/print/tex-breakcites/Makefile b/print/tex-breakcites/Makefile new file mode 100644 index 00000000000..72c6ade4583 --- /dev/null +++ b/print/tex-breakcites/Makefile @@ -0,0 +1,13 @@ +# $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" diff --git a/print/tex-breakcites/PLIST b/print/tex-breakcites/PLIST new file mode 100644 index 00000000000..3f102671ae5 --- /dev/null +++ b/print/tex-breakcites/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 20:49:55 minskim Exp $ +share/texmf-dist/tex/latex/breakcites/breakcites.sty diff --git a/print/tex-breakcites/distinfo b/print/tex-breakcites/distinfo new file mode 100644 index 00000000000..0913024e48d --- /dev/null +++ b/print/tex-breakcites/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 20:49:55 minskim Exp $ + +SHA1 (tex-breakcites-2009/breakcites.tar.xz) = e35cd142201ca33feef5197e405844c8e28524bf +RMD160 (tex-breakcites-2009/breakcites.tar.xz) = 3d661f00dbab2fb89841b31df8fb912f707a7fb8 +Size (tex-breakcites-2009/breakcites.tar.xz) = 936 bytes |