BibTeX, biblatex and biberReferencing a website harvard style using natbib

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
shotgun1
Posts: 3
Joined: Thu Jul 02, 2009 5:21 pm

Referencing a website harvard style using natbib

Post by shotgun1 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Referencing a website harvard style using natbib

Post by spiegboy »

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
just use the article entry rather than misc.

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)}
Post Reply