BibTeX, biblatex and biber ⇒ BibTeX numbering
BibTeX numbering
For some reason, latex is numbering my citations in the reverse order. The numbers used in the text match the numbers in the final list, however, the citation numbering begins from the largest number and decreases as we add more citations.
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: BibTeX numbering
Please post an example. We need to know which packages and BibTeX style you are using.
Joseph Wright
Re: BibTeX numbering
I will try to attach the input & output files to this post. I am using TexShop on a Macintosh computer.
Thanks!
Mehmet
Thanks!
Mehmet
- Attachments
-
- deneme.tex
- (1.24 KiB) Downloaded 467 times
-
- deneme.pdf
- (41.87 KiB) Downloaded 443 times
Re: BibTeX numbering
The 'plain' bibtex style sorts the references in alphabetical order. In your case you just happen to cite them in reverse alphabetical order. If you want the references to appear in the order you cite them, use the 'unsrt' style.
Re: BibTeX numbering
thank you! it worked like a charm - mehmet