BibTeX, biblatex and biber ⇒ Bibliography showing full first name
-
- Posts: 8
- Joined: Sun Aug 09, 2009 3:29 am
Bibliography showing full first name
My bibliography style in my report is {amsplain}. When I look at my bibliography I noticed that first name appear before the last name. Furthermore the full first name appears rather than the initial.
Is it possible to change this so it is just the last name of the author and the initials of the other names such that the last name is before the initial. Can this be done simply by altering the style or will I have to go into the Xbib file and manually change each entry.
Kind Regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Bibliography showing full first name
Bibliography showing full first name
Code: Select all
FUNCTION {format.names}
Code: Select all
{ s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ 't :=
Code: Select all
{ s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't :=
Code: Select all
{ s nameptr "{vv~}{ll}{, f.~}{, jj}" format.name$ 't :=
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm