BibTeX, biblatex and biber ⇒ References in Order of Appearance in main Text
References in Order of Appearance in main Text
I was using \bibliographystyle{unsrt} to get my references but I wanted them to appear in the order of citing them in the text and not in alphabetical order so I swapped to using the \bibliographystyle{plain}.
It did the job, but after updating to MiKTeX 2.9 and some recompilations I see that it is in alphabetical order again.
How can I get my references appear in the order I cite them in my main text?
Thanks a lot
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
References in Order of Appearance in main Text
Code: Select all
\bibliographystyle{ieeetr}

Follow howtoTeX on twitter
Re: References in Order of Appearance in main Text
sorting=none