Generalhelp with using bibtex for bibliography order

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
newstarter
Posts: 2
Joined: Sat Jul 14, 2007 4:03 am

help with using bibtex for bibliography order

Post by newstarter »

Hello,

Bibtex is supposed to sort the references by author name alphabetically without the bibsort command, right? I am getting a sequence with wrong alphabetic order when use bibtex, any suggestion on how to get it fixed? Thanks a lot!

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: help with using bibtex for bibliography order

Post by gmedina »

Right, if you use the proper \bibliographystyle
1,1,2,3,5,8,13,21,34,55,89,144,233,...
newstarter
Posts: 2
Joined: Sat Jul 14, 2007 4:03 am

Re: help with using bibtex for bibliography order

Post by newstarter »

Yes, I used the plain style. The causing error is that I put the author name as: Last First; however bibtex write the name as First Last.

Is there any way to make the author names appear as Last First? Thanks!
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

help with using bibtex for bibliography order

Post by gmedina »

Use makebst. Its use is simple: you just have to run

Code: Select all

latex makebst
and answer some questions. An output file of type .bst will be created for your use as any other bibliographic style.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply