How to order citations by appearance using BibTeX?

前端 未结 12 637
小蘑菇
小蘑菇 2020-12-12 08:31

By default (using the plain style) BibTeX orders citations alphabetically.

How to order the citations by order of appearance in the document?

12条回答
  •  天涯浪人
    2020-12-12 09:27

    Add this if you want the number of citations to appear in order in the document they will only be unsorted in the reference page:

    \bibliographystyle{unsrt}
    

提交回复
热议问题