diff options
author | minskim <minskim@pkgsrc.org> | 2010-04-16 17:52:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-04-16 17:52:43 +0000 |
commit | 39597e44a407c3156f6750269f86e9b4fea8bc65 (patch) | |
tree | 6f2c71aefdc7b04689229bd0d01d69b3058ce289 /print | |
parent | 92d18a4b8c25a1e9e110b36652e90163c290dfd0 (diff) | |
download | pkgsrc-39597e44a407c3156f6750269f86e9b4fea8bc65.tar.gz |
Import tex-chbibref-1.0 as print/tex-chbibref.
This LaTeX package defines a single command, \setbibref, which sets
whichever of \bibname and \refname is in use. (\bibname is used in
book.cls and report.cls, and \refname is used in article.cls.)
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-chbibref/DESCR | 3 | ||||
-rw-r--r-- | print/tex-chbibref/Makefile | 13 | ||||
-rw-r--r-- | print/tex-chbibref/PLIST | 2 | ||||
-rw-r--r-- | print/tex-chbibref/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-chbibref/DESCR b/print/tex-chbibref/DESCR new file mode 100644 index 00000000000..8eb21c3aff7 --- /dev/null +++ b/print/tex-chbibref/DESCR @@ -0,0 +1,3 @@ +This LaTeX package defines a single command, \setbibref, which sets +whichever of \bibname and \refname is in use. (\bibname is used in +book.cls and report.cls, and \refname is used in article.cls.) diff --git a/print/tex-chbibref/Makefile b/print/tex-chbibref/Makefile new file mode 100644 index 00000000000..3188e3b4470 --- /dev/null +++ b/print/tex-chbibref/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 17:52:43 minskim Exp $ +# TeX Live Revision 17120 + +DISTNAME= chbibref +PKGNAME= tex-${DISTNAME}-1.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to change the Bibliography/References title + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-chbibref/PLIST b/print/tex-chbibref/PLIST new file mode 100644 index 00000000000..9b10bbf9b61 --- /dev/null +++ b/print/tex-chbibref/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/16 17:52:43 minskim Exp $ +share/texmf-dist/tex/latex/chbibref/chbibref.sty diff --git a/print/tex-chbibref/distinfo b/print/tex-chbibref/distinfo new file mode 100644 index 00000000000..51f57d6c011 --- /dev/null +++ b/print/tex-chbibref/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/16 17:52:43 minskim Exp $ + +SHA1 (tex-chbibref-1.0/chbibref.tar.xz) = 493a1397203837e86eb1d39fa7851b083c90d071 +RMD160 (tex-chbibref-1.0/chbibref.tar.xz) = 4d7064d4a1ee1e34da69f3408fbf8d2d4e246952 +Size (tex-chbibref-1.0/chbibref.tar.xz) = 1048 bytes |