一、数字样式。按照[1][2]…等顺序
1,文章开头
\usepackage[numbers]{natbib}
2,正文中引用使用 \cite{}
In the past ten years, globally \cite{r1}.
many matierial resources \cite{r2,r3,r4}
3,latex文章末尾
\bibliographystyle{unsrt}
\bibliography{refer}
也可以
\bibliographystyle{plain}
\bibliography{refer}
区别是unsrt是按照引用顺序排列文献,从[1][2][3]开始。
这里第二行代码的refer是我的bib文件。 即refer.bib文件