当前位置:   article > 正文

Springer的LaTeX模板中,正文中引用文献改为名称和年份的格式_spring 参考文献格式

spring 参考文献格式

写论文,在要求里,针对引用文献,我要投的期刊有要求:

Citation

Cite references in the text by name and year in parentheses. Some examples:

  • Negotiation research spans many disciplines (Thompson, 1990).
  • This result was later contradicted by Becker and Seligman (1996).
  • This effect has been widely studied (Abbott, 1991; Barakat et al., 1995; Kelso & Smith, 1998; Medvec et al., 1999).

 但目前的LaTeX模板中,默认为[1], [1, 2], [1-5]的格式

修改方法:

导入宏包时,添加:

\usepackage[authoryear,round]{natbib}

在导言区使用natbib包,并指定引用的样式。这里,authoryear选项指定了作者-年份的引用风格,而round选项指定了使用圆括号。

更换参考文献样式为与natbib兼容的样式,如plainnat:

\bibliographystyle{plainnat}

确保在文中使用\citep来生成符合要求的括号引用格式。例如:

...如之前的研究所示(\citep{key})...
在文档的最后,用\bibliography{sn-bibliography}以引用.bib文件
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/545112
推荐阅读
相关标签
  

闽ICP备14008679号