By default (using th plain style) BibTeX orders citations alphabetically. How do I order the citations by order of appearance in the document?
|
2
|
|
|
|
|
|
There are three good answers to this question.
And my personal recommendation:
Using
|
|||
|
|
|
The best I came up with is using the
However what if my style is not the default? |
||
|
|
|
You answered your own question--- But you might also want to have a look at natbib, an extremely flexible citation package. I can not imagine living without it. |
||
|
|
|
Use the cite package \usepackage{cite} It can sort your citations by the order in which they are referenced.. |
||
|
|
|
with unsrt the problem is the format. use \bibliographystyle{ieeetr} to get refences in order of citation in document. |
||
|
|
|
|
Change
to
Then rebuild it a few times to replace the If you use MiKTeX you shouldn't need to download anything extra. |
|||
|
|
