Update tex-cite{,-doc} to 5.3.
Changes: - \CitationPrefix with [gather], drop 2.09 - Handle sort/compress of compound citation numbers (number by chapter) such as 3.18 or 5-3. Note that these compounds cannot have prefix or suffix letters (not enough bits in the maximum TeX number). - Use \hfill and \texttt; update email.
This commit is contained in:
parent
3fa3ca85e8
commit
6a8c8a5c6a
6 changed files with 23 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/03/12 21:04:43 minskim Exp $
|
||||
# TeX Live Revision 15878
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/08 20:50:27 minskim Exp $
|
||||
|
||||
DISTNAME= cite.doc
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-5.2
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-5.3
|
||||
TEXLIVE_REV= 19955
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Documentation for tex-cite
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/01 07:08:23 minskim Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/11/08 20:50:27 minskim Exp $
|
||||
share/texmf-dist/doc/latex/cite/README
|
||||
share/texmf-dist/doc/latex/cite/chapterbib.ltx
|
||||
share/texmf-dist/doc/latex/cite/chapterbib.pdf
|
||||
share/texmf-dist/doc/latex/cite/cite.ltx
|
||||
share/texmf-dist/doc/latex/cite/cite.pdf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/03/12 21:04:43 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/11/08 20:50:27 minskim Exp $
|
||||
|
||||
SHA1 (tex-cite-doc-5.2/cite.doc.tar.xz) = 639ee13803015bf786d55255df722d964854908e
|
||||
RMD160 (tex-cite-doc-5.2/cite.doc.tar.xz) = e2f88802aab42f227cf155c1123f376e226b26b6
|
||||
Size (tex-cite-doc-5.2/cite.doc.tar.xz) = 884 bytes
|
||||
SHA1 (tex-cite-19955/cite.doc.tar.xz) = 94c59756067c7caf913be89e5ebd6c2516db1994
|
||||
RMD160 (tex-cite-19955/cite.doc.tar.xz) = 659ffc91b91b91af46c4f202577c2a4a521d311e
|
||||
Size (tex-cite-19955/cite.doc.tar.xz) = 279024 bytes
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
The package supports compressed, sorted lists of numerical citations,
|
||||
and also deals with various punctuation and other issues of
|
||||
representation, including comprehensive management of break points.
|
||||
The package is compatible with both hyperref and backref.
|
||||
representation, including comprehensive management of break points. The
|
||||
package is compatible with both hyperref and backref. The package is
|
||||
(unsurprisingly) part of the cite bundle of the author's
|
||||
citation-related packages.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/03/12 21:04:43 minskim Exp $
|
||||
# TeX Live Revision 15878
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/08 20:50:27 minskim Exp $
|
||||
|
||||
DISTNAME= cite
|
||||
PKGNAME= tex-${DISTNAME}-5.2
|
||||
PKGNAME= tex-${DISTNAME}-5.3
|
||||
TEXLIVE_REV= 19955
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Improved citation handling in LaTeX
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/03/12 21:04:43 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/11/08 20:50:27 minskim Exp $
|
||||
|
||||
SHA1 (tex-cite-5.2/cite.tar.xz) = ff93dd289369eddc313d05f2094004c8f82fccd4
|
||||
RMD160 (tex-cite-5.2/cite.tar.xz) = 9e5d7762cfe293d3e5ad959721871d3789c776ef
|
||||
Size (tex-cite-5.2/cite.tar.xz) = 21444 bytes
|
||||
SHA1 (tex-cite-19955/cite.tar.xz) = 17dd337e04ca6d3c114de41bdc19249109698a56
|
||||
RMD160 (tex-cite-19955/cite.tar.xz) = ebc49a64de6f9d23437ad625a41d647463e6a029
|
||||
Size (tex-cite-19955/cite.tar.xz) = 23816 bytes
|
||||
|
|
Loading…
Reference in a new issue