Code: Select all
@article{Amelin,
Author = {Amelin, Y. and Krot, A. N. and Hutcheon, I. D. and Ulyanov, A. A.},
Title = {Lead Isotopic Ages of Chondrules and Calcium-Aluminum-Rich Inclusions},
Journal = {Science},
Year = {2002},
Volume = {297},
Number = {5587},
Pages = {5} }
I expect a style similar to the following:
In this case "[Amelin et al.(2002)]" is the piece which displays in the body of the document:[Amelin et al.(2002)] Y. Amelin, A. N. Krot, I. D. Hutcheon, and A. A. Ulyanov. Lead isotopic ages of chondrules and calcium-aluminum-rich inclusions. Science, 297(5587): 5, 2002.
What happensThe solar system originated 4564.7 0.6 Ma [Amelin et al.(2002)] as a dusk cloud resulting [...]
If I have multiple authors, I get really strange results.
And in the text:[Amelin et al.(2002)Amelin, Krot, Hutcheon, and Ulyanov] Y. Amelin, A. N. Krot, I. D. Hutcheon, and A. A. Ulyanov. Lead isotopic ages of chondrules and calcium-aluminum-rich inclusions. Science, 297(5587):5, 2002.
I use the style abbrvnat. BibTeX recognise multiple authors and creates "et al.". Still all the names of the authors are mentioned, while that shouldn't be. How can I change this strange behaviour? I looked at abbrvnat.bst, but can't get out of it. Can somebody help me?The solar system originated 4564.7 0.6 Ma [Amelin et al.(2002)Amelin, Krot, Hutcheon, and Ulyanov] as a dusk cloud resulting [...]
I think it's a problem beneath line 376 "output.bibitem" from abbrvnat.bst, but I'm not sure. Changing to abbrv wouldn't solve this problem...