Search found 3 matches

by Thelittlefox
Wed Dec 01, 2010 6:20 pm
Forum: BibTeX, biblatex and biber
Topic: References with Harvard package: why it doesnt work?
Replies: 3
Views: 5839

Re: References with Harvard package: why it doesnt work?

I solved it myself! :geek: I found something on the web that explained exactly what happened to me, I made the suggested changes and it works!
For your info, the website is : http://theseekersquill.wordpress.com/2010/04/01/latex-harvard-citations/
I hope this can be useful for others so they dont ...
by Thelittlefox
Wed Dec 01, 2010 1:50 pm
Forum: BibTeX, biblatex and biber
Topic: References with Harvard package: why it doesnt work?
Replies: 3
Views: 5839

References with Harvard package: why it doesnt work?

Dear Thorsten,

many thanks for your remark. Here it is the simple code:

\documentclass[12pt,oneside,a4paper,onecolumn,draft]{report}
\usepackage{harvard}
\begin{document}
...\cite{Aris}
\bibliographystyle{agsm}
\bibliography{References_file}
\end{document}

The References_file is a standard ...
by Thelittlefox
Tue Nov 30, 2010 2:38 pm
Forum: BibTeX, biblatex and biber
Topic: References with Harvard package: why it doesnt work?
Replies: 3
Views: 5839

References with Harvard package: why it doesnt work?

Hello all,

I am writing up my thesis and I need to write my refernces in the Hatvard fashion.
I have tried the following thing:
I have downloaded the harvard package from a CTAN page, but although I type in the main file ( I neglect the non important bits here):
\documentclass[12pt,oneside,a4paper ...