References:

Latex citation using natbib and footnotesize

在Latex排版时,需要在正文显示如下形式的文献引用:

many efforts[1,2,3]

解决方法是在开头引用natbib包:

\usepackage{natbib}

但是这样做会使参考文献的字体与正文一样大,此时就需要通过像\footnotesize的字体来缩小字体:

{\footnotesize
\bibliography{yourBibFile}}

2018.3

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-05-19
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2022-02-13
  • 2021-09-05
  • 2022-12-23
  • 2021-06-05
  • 2021-09-21
相关资源
相似解决方案