Search found 3 matches

by pjiggens
Mon Apr 05, 2010 3:18 pm
Forum: BibTeX, biblatex and biber
Topic: natbib bibliography name style problem
Replies: 4
Views: 3772

Re: natbib bibliography name style problem

I was about to copy all the references from the .bbl to a separate .tex file and run it without the \bibliography command as that's what i had to do when i was writing an article for the said journal but it turns out that setting the bibliography style to chicago and running it with natbib it worked ...
by pjiggens
Mon Apr 05, 2010 1:22 pm
Forum: BibTeX, biblatex and biber
Topic: natbib bibliography name style problem
Replies: 4
Views: 3772

Re: natbib bibliography name style problem

Looking at it, the Journal of Geophysical Research style would be fine (if you know that one?) although i would rather parentheses than square brackets if possible. This is for my PhD thesis but my university doesn't provide such things as a LaTeX style file unfortunately.
by pjiggens
Mon Apr 05, 2010 3:13 am
Forum: BibTeX, biblatex and biber
Topic: natbib bibliography name style problem
Replies: 4
Views: 3772

natbib bibliography name style problem

Hello all,

I am attempting to get LaTeX to output in the bibliography of my document the publications with the Harvard referencing format, i.e.:
Bloggs, J. ([year]), [Article Name], [Journal Name], [Volume] ([Number]), p 123-456.

In the pre-amble I have placed:
\usepackage[round]{natbib}

After ...