diff options
author | markd <markd@pkgsrc.org> | 2010-04-10 21:54:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-10 21:54:28 +0000 |
commit | 006b403731b916b50d003f3ab2b2981feea3dc16 (patch) | |
tree | 60541ec08737d90ea41492e8251c730d51b98d0f /print/tex-harvard/Makefile | |
parent | 5f93331d66b44736078fceaa42d1a01ccf1efdb0 (diff) | |
download | pkgsrc-006b403731b916b50d003f3ab2b2981feea3dc16.tar.gz |
Import tex-harvard-2.0.5
This is a re-implementation, for LaTeX 2e, of the original
Harvard package. The bundle contains the LaTeX package, several
BibTeX styles, and a Perl package for use with
LaTeX2HTML. Harvard is an author-year citation style (all but
the first author are suppressed in second and subsequent
citations of the same entry); the package defines several
variant styles: apsr.bst for the American Political Science
Review; agsm.bst for Australian Government publications;
dcu.bst from the Design Computing Unit of the University of
Sydney; kluwer.bstwhich aims at the format preferred in
Kluwer publications; nederlands.bst which deals with
sorting Dutch names with prefixes (such as van) according to
Dutch rules; together with several styles whose authors offer
no description of their behaviour.
Diffstat (limited to 'print/tex-harvard/Makefile')
-rw-r--r-- | print/tex-harvard/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-harvard/Makefile b/print/tex-harvard/Makefile new file mode 100644 index 00000000000..07f86197daf --- /dev/null +++ b/print/tex-harvard/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 21:54:28 markd Exp $ +# TeX Live Revision 15878 + +DISTNAME= harvard +PKGNAME= tex-${DISTNAME}-2.0.5 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Harvard citation package for use with LaTeX 2e + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |