BibTeX, biblatex and biber ⇒ natbib bibliography name style problem
natbib bibliography name style problem
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 \begin{document} I have:
\bibliographystyle{plainnat}
And at the end before \end{document} I have:
\bibliography{bibrefth}
"bibrefth.bib" is the name of the file in which I have stored all my references. The problem is that it is outputting the Author initial BEFORE the surname, i.e.:
J. Bloggs. [Article Name]. [Journal Name], [Volume] ([Number]): p 123-456, [year].
There are other differences such as where the year is being placed after the name rather than at the end and I'd like to change them as well but I'm not too fussed. The name and initials issue however i really need to resolve.
I want the references as Bloggs ([year]) (called by \citet) and (Bloggs, [year]) (as called by \citep) as natbib outputs it rather than numbered but I cannot find a way to get LaTeX to reverse the order of the surname and initials. I guess I need something different from plainnat.bst but I can't find the file I need.
Help would be greatly appreciated, thanks in advance.
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: natbib bibliography name style problem
Re: natbib bibliography name style problem
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm