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
BibTeX, biblatex and biber ⇒ order of citations
NEW: TikZ book now 40% off at Amazon.com for a short time.
order of citations
Hi,
or, if you are using natbib,
Code: Select all
\bibliographystyle{unsrt}
Code: Select all
\bibliographystyle{unsrtnat}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
order of citations
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