When writing the bib for a cite and there are multiple authors for a paper, they should be separated with “and”, not with commas. This example is from wikipedia
@Book{Torre2008,
author = "Joe Torre and Tom Verducci",
publisher = "Doubleday",
title = "The Yankee Years",
year = 2008,
isbn = "0385527403"
}
Otherwise, BibTex will rearrange the names. The first author will be depressed and feel unfair in that case. LOL.
Advertisement