Latex citation using natbib and footnotesize
References:
Latex citation using natbib and footnotesize
在Latex排版时,需要在正文显示如下形式的文献引用:
many efforts[1,2,3]
解决方法是在开头引用natbib包:
\usepackage{natbib}
但是这样做会使参考文献的字体与正文一样大,此时就需要通过像\footnotesize
的字体来缩小字体:
{\footnotesize
\bibliography{yourBibFile}}
2018.3
To improve is to change, to be perfect is to change often.