BibTeX, biblatex and biber ⇒ References are not displayed in order
-
- Posts: 3
- Joined: Sat Jan 15, 2022 9:57 pm
References are not displayed in order
I have created a bib file (myref.bib) and in the main text I added at the end the following:
\bibliographystyle{plain}
\bibliography{myref.bib}
However, when I add references, the recent reference I add (which need to come last in the text) come to the top and the first reference I added come to the last.
What could be the problem?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
References are not displayed in order
welcome to the forum! You could use
\bibliographystyle{unsrt}
insteaf of plain, then citations will be in the order they are written in the document.
Stefan
-
- Posts: 3
- Joined: Sat Jan 15, 2022 9:57 pm
References are not displayed in order
-
- Posts: 1
- Joined: Sat Oct 28, 2023 11:01 am
References are not displayed in order
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
References are not displayed in order
welcome to the forum!
\bibliographystyle{unsrt}
works for me, and Nena above wrote that it worked for her too. Perhaps tell us what you are doing differently in your document.Stefan