BibTeX, biblatex and biberBiBTeX Harvard style?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
stinkinrich88
Posts: 52
Joined: Sat Jun 07, 2008 11:56 am

BiBTeX Harvard style?

Post by stinkinrich88 »

Hello,

How can I use BiBTeX with Harvard referencing style?

This seems to work:

Code: Select all

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[harvard,dcucite]{harvard}

\title{Literature Review}
\author{Richard}
\date{\today}

\begin{document}
	Blablabla said Nobody~\cite{wiki:levy}.

	\bibliography{LiteratureReview}
\end{document}
But it says it can't find harvard.bst. I found some weird harvard.bst file on the internets which works, but how can I do this properly? I'm using Ubuntu, is there a package I should install to get harvard.bst? Or is there an official harvard.bst?

Thanks,

Rich

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

BiBTeX Harvard style?

Post by localghost »

Please always check your examples for functionality before you post them here. There is a BibTeX database missing to make your example compilable. Read Section 3.1 of the harvard manual.


Thorsten
stinkinrich88
Posts: 52
Joined: Sat Jun 07, 2008 11:56 am

BiBTeX Harvard style?

Post by stinkinrich88 »

Thank you,

I tried all the styles but I decided none of them are correct for me (Cardiff University Harvard style).

So I used makebst to make one myself (if anyone wants a copy, just ask).

Just one annoyance: when referencing web pages it should say [Online] straight after the title, but mine has a comma in-between. Here's a snippet of my bst file:

Code: Select all

format.title "title" output.check
  emphasize
  "[Online]" output
  new.block
If anyone knows how to fix it, that'd be great.

Thanks again, Thorsten!
stinkinrich88
Posts: 52
Joined: Sat Jun 07, 2008 11:56 am

Re: BiBTeX Harvard style?

Post by stinkinrich88 »

I've had several requests for the Cardiff University BibTeX style that I created, so I'd like to attach the corresponding file to this post. Feel free to use, improve and re-distribute.
Attachments
cardiff.bst
(29.2 KiB) Downloaded 1408 times
_azra_d
Posts: 1
Joined: Thu Jun 07, 2012 1:03 pm

BiBTeX Harvard style?

Post by _azra_d »

Does anyone have a .bst file for the Anglia Ruskin Harvard Style v4? As in http://libweb.anglia.ac.uk/referencing/harvard.htm
Post Reply