BibTeX, biblatex and biber ⇒ Referencing a website harvard style using natbib
Referencing a website harvard style using natbib
I would like to harvard style reference a website as per below outline using natbib:
Benn, T. (2002, June 21). Recognition in a democracy. [Online]. (URL http://www.tonybenn.com/reco.html). (Accessed 12 February 2004).
I've tried using the @misc construct but can't get it even close to displaying the above format in outputted bibliography. Please could someone advise.
Many thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Referencing a website harvard style using natbib
just use the article entry rather than misc.shotgun1 wrote:Hi,
I would like to harvard style reference a website as per below outline using natbib:
Benn, T. (2002, June 21). Recognition in a democracy. [Online]. (URL http://www.tonybenn.com/reco.html). (Accessed 12 February 2004).
I've tried using the @misc construct but can't get it even close to displaying the above format in outputted bibliography. Please could someone advise.
Many thanks
Code: Select all
author={Benn, T. (2002, June 21).}
title={Recognition in a democracy}
journal={\url{http://www.tonybenn.com/reco.html}}
date={(Accessed 12 February 2004)}