BibTeX, biblatex and biber ⇒ Telling Bibtex not to sort alphabetically
Telling Bibtex not to sort alphabetically
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
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Telling Bibtex not to sort alphabetically
Re: Telling Bibtex not to sort alphabetically
You made it so simple!