Hi
I need a specific Harvard bibliography style that conforms exactly to this document: http://www.unisa.edu.au/celusa/library/ ... encing.pdf. Using the natbib package with the agsm and kluwer bibliography styles, I can get close, but not identical results, in particular the first name initials have periods after them where they shouldn't, and the year is formatted incorrectly. I have tried using makebst to generate a custom style, but I could not make it work. If anyone has any help or advice please let me know.
Many thanks,
David
BibTeX, biblatex and biber ⇒ Harvard bibliography style
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Re: Harvard bibliography style
Has anyone got any ideas or things that I can look at to help with this?
Harvard bibliography style
Hi,
I use the following code which seems to satisfy my need since my need is quite similar to yours as far as I understnad
the bibliography that is created is like the following
Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
I use the following code which seems to satisfy my need since my need is quite similar to yours as far as I understnad
Code: Select all
\usepackage[round]{natbib}
\bibliographystyle{chicago}
Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
Harvard bibliography style
Hi,
I use the following code
the bibliography that is created is like the following
Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
I am curious to know what the answer for your question, please if you get it, just post it here..
I use the following code
Code: Select all
\usepackage[round]{natbib}
\bibliographystyle{chicago}
Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
I am curious to know what the answer for your question, please if you get it, just post it here..

Re: Harvard bibliography style
that kinda works for me
the only thing is that i already had a bibliography so have a few problems having to switch to harvard style.
edit:
only the first author's name is done correctly, (ie surname, initial) all the rest are initial, surname
secondly, how do you stop it thinking it's a name? say I just want to preserve Firstname Secondname how i've written it?
should i start a new thread for my problems?
the only thing is that i already had a bibliography so have a few problems having to switch to harvard style.
edit:
only the first author's name is done correctly, (ie surname, initial) all the rest are initial, surname
secondly, how do you stop it thinking it's a name? say I just want to preserve Firstname Secondname how i've written it?
should i start a new thread for my problems?
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Re: Harvard bibliography style
I think the answer to this problem is to make a custom bibliography style with makebst. I've had a couple of goes at it, but I can't seem to get everything working and looking right, so does anyone know of a good guide for makebst?
Many thanks
David
Many thanks
David
-
- Posts: 18
- Joined: Tue Apr 01, 2008 1:09 pm
Harvard bibliography style
Hello,
I have never tried to do such thing but I think that the reference can be found here:
http://www.ctan.org/tex-archive/info/bi ... ttb_en.pdf
Another way might be biblatex (I'm trying it right now).
HTH,
Mathieu
I have never tried to do such thing but I think that the reference can be found here:
http://www.ctan.org/tex-archive/info/bi ... ttb_en.pdf
Another way might be biblatex (I'm trying it right now).
HTH,
Mathieu