我有一篇文本,不断引用一些作者。我的想法是,只有第一次引用显示完整姓名,之后我只想显示首字母。我想使用
\bibliographystyle{alphanum}
但所有引用都会改变。
Finally, other authors apply the \cite{Diebold2009, Diebold2012}, hereafter DY, methodology based on the decomposition of the forecast error variance using a Vector Autorregressive (VAR) model.
我的想法是,在这个引用之后,当我使用\cite
或\citep
文本没有引用
Diebold 和 Yilmaz(2009 年、2012 年)
但
DY(2009 年、2012 年)
谢谢您的帮助