Index of /archives/text/CTAN/macros/latex/contrib/har2nat
Name Last modified Size Description
Parent Directory -
README 2005-12-01 23:43 698
har2nat.pdf 2010-03-07 00:02 217K
har2nat.sty 2005-12-01 23:42 1.3K
har2nat.tex 2010-03-07 00:02 1.5K
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.