How to order citations by appearance using BibTeX?

前端 未结 12 639
小蘑菇
小蘑菇 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:16

    Change

    \bibliographystyle{plain}
    

    to

    \bibliographystyle{ieeetr}
    

    Then rebuild it a few times to replace the .aux and .bbl files that were made when you used the plain style.

    Or simply delete the .aux and .bbl files and rebuild.

    If you use MiKTeX you shouldn't need to download anything extra.

提交回复
热议问题