This package browser is in early development. Mind the rough edges.

texlive-harvard 2025.2

Harvard citation package for use with LaTeX

This is a re-implementation, for LaTeX, 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.bst, which 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.

Installation

Install texlive-harvard 2025.2 as follows:

guix install texlive-harvard@2025.2

Or install the latest version:

guix install texlive-harvard

The texlive-harvard package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install texlive-harvard:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.