I've been having a problem that some of my citations come out with a full author list instead of Author et. al (year). If I use \citet{G06}, \citet{G07} in the text, the first one comes out properly but the second one gives the full author list (see entries below). It happens with other citations as well but there doesn't seem to be a pattern.
The preamble stuff I am using is
Code: Select all
\usepackage[round]{natbib}
\bibliography{refs} %use a bibtex bibliography file refs.bib
\bibliographystyle{dcu} %use the plain bibliography style
Code: Select all
@article{G07,
Author = {Georg, R. B. and Halliday, A. N. and Schauble, E. A. and Reynolds, B. C.},
Title = {Silicon in the {Earth's} core},
Journal = {Nature},
Volume = {447},
Number = {7148},
Pages = {1102-1106},
Year = {2007}
}
@article{G06,
Author = {Georg, R. B. and Reynolds, B. C. and Frank, M. and Halliday, A. N.},
Title = {New sample preparation techniques for the determination of {S}i isotopic compositions using {MC-ICPMS}},
Journal = {Chemical Geology},
Volume = {235},
Number = {1-2},
Pages = {95-104},
Year = {2006}
}