BibTeX, biblatex and biberAuthor Name when last Name has Suffix

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
latexhelp1
Posts: 141
Joined: Sun Jun 12, 2011 6:30 am

Author Name when last Name has Suffix

Post by latexhelp1 »

How can one indicate that a last name has a suffix? For example, if the name John Smith is followed by a Jr. or a numeral like III, how do I indicate this in the beamer entry for name such that it thinks that Smith is the last name and not Jr. or III when it alphabetizes. In effect, I want to say that the last name is Smith III but I worry that the space between Smith and III would make beamer think that III is the last name and that Smith is the middle name.

I would appreciate any help you can provide!
Last edited by latexhelp1 on Sun Jan 15, 2012 6:34 pm, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Author Name when last Name has Suffix

Post by localghost »

I'm not sure if I understand you right. But I assume that additional grouping should help here.

Code: Select all

@book{smith:2012,
  author={John {Smith Jr.}},
  title={Book Title},
  publisher={Publisher},
  year={2012}
}

Thorsten
Post Reply