BibTeX, biblatex and biberBibTeX numbering

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
mco
Posts: 3
Joined: Tue Mar 09, 2010 7:55 am

BibTeX numbering

Post by mco »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: BibTeX numbering

Post by josephwright »

Please post an example. We need to know which packages and BibTeX style you are using.
Joseph Wright
mco
Posts: 3
Joined: Tue Mar 09, 2010 7:55 am

Re: BibTeX numbering

Post by mco »

I will try to attach the input & output files to this post. I am using TexShop on a Macintosh computer.

Thanks!

Mehmet
Attachments
deneme.tex
(1.24 KiB) Downloaded 467 times
deneme.pdf
(41.87 KiB) Downloaded 443 times
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

Re: BibTeX numbering

Post by olofos »

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.
mco
Posts: 3
Joined: Tue Mar 09, 2010 7:55 am

Re: BibTeX numbering

Post by mco »

thank you! it worked like a charm - mehmet
Post Reply