BibTeX, biblatex and biberTelling Bibtex not to sort alphabetically

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jeffry01
Posts: 8
Joined: Mon Dec 19, 2011 4:12 pm

Telling Bibtex not to sort alphabetically

Post by jeffry01 »

Salut,

I'm using \bibliographystyle{plain} which automatically sorts the bibliography by the first author's lastname alphabetically. As a result when I read the chapter, the intex-citation number doesn't start by [1], [2],... as it should be, but appears orderlessly e.g.[12], [8],... according to the alphabetical order.

Is it possible to tell Bibtex NOT to sort the bibliography but follow the order as written in the bibfile? In other words, the first entry in the bibfile should be assigned [1], the second entry [2] and so on.

Thanks in advance for any suggestions.

-jef

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Telling Bibtex not to sort alphabetically

Post by kaiserkarl13 »

Not using \bibliographystyle{plain} is the answer. If you want similar formatting but in citation order, use \bibliographystyle{unsrt}. There are a bunch of other built-in styles to choose from, or you can create your own by running "latex makebst".
jeffry01
Posts: 8
Joined: Mon Dec 19, 2011 4:12 pm

Re: Telling Bibtex not to sort alphabetically

Post by jeffry01 »

Danke schön! Kaiserkarl13
You made it so simple!
Post Reply