How to order citations by appearance using BibTeX?

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

    The best I came up with is using the unsrt style, which seems to be a tweaked plain style. i.e.

    \bibliographystyle{unsrt}
    \bibliography{bibliography}
    

    However what if my style is not the default?

提交回复
热议问题