我使用 Overleaf、Natbib 和这模板。
我是 Bibtex、Natbib 等软件的新手。我仍然无法在论坛或其他地方找到我的问题的答案,但我认为它非常简单。
问题是,在引用和参考文献页面上,文章被称为“作者 1 等。作者 1、作者 2 和作者 3”
我想摆脱“et al”结构。
我引用的是使用\cite{}
和\bibliographystyle{abbrvnat}
举个正在发生的事情的例子:
@article{doz2012quasi,
title={A quasi--maximum likelihood approach for large, approximate dynamic factor models},
author={Doz, Catherine and Giannone, Domenico and Reichlin, Lucrezia},
journal={Review of economics and statistics},
volume={94},
number={4},
pages={1014--1024},
year={2012},
publisher={MIT Press}
}
正在变成文中:
(Doz et al.(2012)Doz,Giannone, and Reichlin)
参考:
Doz et al.(2012)Doz, Giannone, and Reichlin. C.Doz,D.Giannone,andL.Reichlin. Aquasi– maximum likelihood approach for large, approximate dynamic factor models. Review of economics and statistics, 94(4):1014–1024, 2012.
此外,如果可能的话,我想去掉文内引用的括号。
我尝试将参考书目样式更改为:
\bibliographystyle{plainnat}
\bibliographystyle{unsrtnat}
\bibliographystyle{rusnat}
\bibliographystyle{ksfh_nat}
\bibliographystyle{dinat}
但都没有奏效。当然,我一次只试了一个,上面的代码块只是一个列表。
我无法加载 Natbib 包,因为每当我尝试 overleaf 时它都无法编译(它说 Command \NAT@parse already defined
)。但据我所知,模板已经加载了它。也许在以下包之一中:
\usepackage{scicite}
\usepackage{times}
任何帮助都将不胜感激!