summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/har2nat/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/har2nat/README')
-rw-r--r--macros/latex/contrib/har2nat/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/har2nat/README b/macros/latex/contrib/har2nat/README
new file mode 100644
index 0000000000..85098efc96
--- /dev/null
+++ b/macros/latex/contrib/har2nat/README
@@ -0,0 +1,20 @@
+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.