I'm quite new to LaTeX and BiBTeX and I'm currently writing a report using TexMaker 1.9.2 and my Bibliography numbers are appearing in the wrong order i.e. the first reference is currently numbered [4], however the reference is for the correct paper.
Is there a way to put the references in the correct numerical order based on where they appear in my report?
Any help would be greatly appreciated and apologies if this post is in the wrong place.
BibTeX, biblatex and biber ⇒ Bibliography numbers appearing in the wrong order
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Bibliography numbers appearing in the wrong order
Tell us what BibTeX style you use! Some are sorted, some are not, so it depends on what you are doing.
Joseph Wright
Re: Bibliography numbers appearing in the wrong order
I'm using the plain style at the moment.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Bibliography numbers appearing in the wrong order
Well "plain" is a sorted style, which means that references are sorted by (I think) author. You want something like unsrt, which is unsorted and so prints references in the order given.
Joseph Wright
Re: Bibliography numbers appearing in the wrong order
Thanks! unsrt appears to be working.