我需要将参考文献在正文中编号,但在参考书目中按字母顺序列出。例如:
Smith 等人(2)表示 XXX。Abraham 等人(1)表示 YYY。
参考书目
- 亚伯拉罕等人
- 史密斯等人
从这个答案,我尝试了以下方法:
% in preamble
\usepackage[round, comma, sort&compress]{natbib}
...
% at the end
\bibliographystyle{plainnat}
\bibliography{refs.bib}
但参考文献没有编号,因此内部引用使用作者年份格式。
我如何获得更类似\bibliographystyle{unsrt}
但有编号的东西?