BibTeX, biblatex and biber ⇒ Odd problem producing references
Odd problem producing references
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
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
Re: Odd problem producing references
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