BibTeX, biblatex and biberAuthors appearing in the wrong order.

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Emote Control
Posts: 2
Joined: Sun Feb 12, 2012 4:18 pm

Authors appearing in the wrong order.

Post by Emote Control »

Some of the authors are appearing in a different order in my pdf printout than I put them in in the .bib file. For example,

Code: Select all

@unpublished{BJMS,
	author = "M.Beck, Y.Jiang, S. Mitra and H. Shiga",
	title = "{Holomorphic Motions and Monodromy}",
	note = "{To appear in Ann. Acad. Sci. Fenn. Math. (expected February 2010)."
}

appears as
S. Mitra M.Beck, Y.Jiang and H. Shiga. Holomorphic Motions and Monodromy. To appear in Ann. Acad. Sci. Fenn. Math. (expected February 2010).
I am using bibliographystyle{unsrt}.

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Authors appearing in the wrong order.

Post by josephwright »

Each author needs to be separated by 'and' - you cannot use ',' between authors.
Joseph Wright
Emote Control
Posts: 2
Joined: Sun Feb 12, 2012 4:18 pm

Re: Authors appearing in the wrong order.

Post by Emote Control »

That fixed up the problem of the authors appearing in the wrong place, but the cites are still out of order in the bibliography.
Post Reply