BibTeX, biblatex and biberExtra comma after the first author's last name

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

Extra comma after the first author's last name

Post by thomasb »

The entry

Code: Select all

@book{testBook,
    author    = "Author One and Author Two and Author Three",
    title     = "Topic",
    publisher = "Editor",
    year      = "1900",
}
give the output :

Code: Select all

[OTT] One, Author, Author Two, Author Three
So there is an extra comma between the first author's first name and last name.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

user22741
Posts: 35
Joined: Fri Nov 09, 2018 12:03 pm

Extra comma after the first author's last name

Post by user22741 »

That's normal - the bibliography is sorted by last names, so for the first author the order between first and last names is flipped to start the line with the names used for sorting
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

Extra comma after the first author's last name

Post by thomasb »

ok...
Post Reply