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?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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: 10358
- 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