BibTeX, biblatex and biberorder of citations

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
F6F
Posts: 8
Joined: Thu Aug 05, 2010 9:38 am

order of citations

Post by F6F »

Hi im writing on a bigger work. Today I was told to bring the citations in the order they are used in the text and not in alphabetically.

For example:
In the Text my first citation has number [10] but it should be number [1] how to change that?

Im using the multibib package

regards Tobias

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

order of citations

Post by gmedina »

Hi,

Code: Select all

\bibliographystyle{unsrt}
or, if you are using natbib,

Code: Select all

\bibliographystyle{unsrtnat}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

order of citations

Post by spiegboy »

If you are required to follow certain bibiliography style, you can simply search 'latex bibiliography style' in google and get what you want. Not only unsrt is number-ordered, there are a lot of options there.
F6F wrote:Hi im writing on a bigger work. Today I was told to bring the citations in the order they are used in the text and not in alphabetically.

For example:
In the Text my first citation has number [10] but it should be number [1] how to change that?

Im using the multibib package

regards Tobias
Post Reply