BibTeX, biblatex and biberOdd problem producing references

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
DB19
Posts: 1
Joined: Mon Jun 22, 2009 6:21 pm

Odd problem producing references

Post by DB19 »

I'm having a problem creating my set of references that I'm hoping someone here maybe able to help with. As far as I'm aware I'm using the Harvard package with the agsm bibliography file. My issue is the following.

I have two articles by a set of authors as such

Smith A.,Blogs B,Jones C, 2007, Journal A

and

Smith A., Williams D, Taylor, E, 2007, Journal B

now when I come to create the latex file (even with specifying \citeasnoun** )

I get a list of all the authors surnames and 2007:

Smith, Blogs & Jones (2007) and Smith, Williams & Taylor (2007)

rather than

Smith et al (2007a) and Smith et al(2007b)


Can anybody offer any advice?
Many thanks,
David

Recommended reading 2024:

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

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

steno
Posts: 4
Joined: Thu Aug 20, 2009 3:55 pm

Re: Odd problem producing references

Post by steno »

If I were you, I would;
1. Compile as is.
2. Get the .bbl file and copy the contents directly into the main file.
3. Edit the year 2007->2007a or 2007b
4. Recompile.
This way you get to customize bibliography. Hope this helps.
Steno
Post Reply