Bibliographies - Using Harvard Referencing Style - TeX - LaTeX Stack Exchange
Bibliographies - Using Harvard Referencing Style - TeX - LaTeX Stack Exchange
_
TeX - LaTeX Stack Exchange is a Here's how it works:
question and answer site for users
of TeX, LaTeX, ConTeXt, and related
typesetting systems. Join them; it
only takes a minute:
The best answers are
Anybody can Anybody can voted up and rise to the
ask a question answer top
Can someone point me to some good instructions and resources on how to setup Harvard referencing style (a.k.a. Author-year)
with bibtex in a LaTeX document? The final formatting of the bibliography should look as in this page: http://libweb.anglia.ac.uk
/referencing/harvard.htm
I'm not totally new to LaTeX itself, but didn't use BibTex a lot, other than the default, predefined setup.
4 Answers
The Harvard style covers a wide range of choices of exactly how to do things. Using
the natbib package has already been mentioned, while you could also consider
biblatex .
Instructions for installing packages are here: CTAN, packages, and online help
It depends on your tex distribution. If you are using MiKTex, or another distribution
with a package manager you just need to call the bib style as per usual and the
package manager will handle installation.
It's generally better to use natbib instead of harvard . – Lev Bishop Oct 3 '10 at 15:39
6 And better to use biblatex than natbib? :) (Okay, it can depend.) – Will Robertson Oct 4 '10 at 1:35
3 You can have your cake and eat it too: \usepackage{har2nat} - harvard.sty macros on top of natbib.
– Charles Stewart May 6 '11 at 13:26
1 of 1 1/26/2018, 6:13 PM