AZ logo

CTAN directory: /macros/latex/contrib/har2nat

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
har2nat Replace the harvard package with natbib.

Files

Name Size* Date UTC Notes
README 1 KiB 2005-Dec-01 Shown below
har2nat.pdf 217 KiB 2010-Mar-06
har2nat.sty 1 KiB 2005-Dec-01
har2nat.tex 1 KiB 2010-Mar-06

  *File sizes in kibibytes.

Contents of README

har2nat package written by Bas Straathof, 2005/12/01
Eindhoven University of Technology, The Netherlands
bas.straathof@gmail.com.

This small package allows a LaTeX document containing the citation commands
provided by the Harvard package (Peter Williams and Thorsten Schnier)
to be compiled using the natbib package (Patrick W. Daly). Migration from
harvard to natbib thus can be achieved simply by replacing

\usepackage{harvard}

with

\usepackage{natbib}
\usepackage{har2nat}

---IMPORTANT---
har2nat must not be loaded before the natbib package as it redefines
the natbib commands \cite and \citeyear. All other natbib commands remain
unchanged and can be used alongside the Harvard commands.