\documentclass[11pt,nonatbib]{elsarticle}
\usepackage[natbibapa]{apacite}
\begin{document}
A number of studies \citep[e.g.,][]{zhou2008impacts, kouvelis2012financing, seifert2013review, lee2018trade, ning2019commitment} confirm that trade credit induces retailer to over-order.
\begin{enumerate}
\item \cite{lee1997bullwhip} When I comment this line. The output is different. Ideally as far as I know only last name should be included in citation.
\item \cite{lee2018trade}
\end{enumerate}
\bibliographystyle{apacite}
\bibliography{MWE}
\end{document}
这是书目文件内容
@article{zhou2008impacts,
title={Impacts of financial collaboration in a three-party supply chain},
author={Zhou, J and Groenevelt, H},
journal={Working Paper},
year={2008},
publisher={The Simon School, University of Rochester}
}
@article{kouvelis2012financing,
title={Financing the newsvendor: supplier vs. bank, and the structure of optimal trade credit contracts},
author={Kouvelis, Panos and Zhao, Wenhui},
journal={Operations Research},
volume={60},
number={3},
pages={566--580},
year={2012},
publisher={INFORMS}
}
@article{seifert2013review,
title={A review of trade credit literature: Opportunities for research in operations},
author={Seifert, Daniel and Seifert, Ralf W and Protopappa-Sieke, Margarita},
journal={European Journal of Operational Research},
volume={231},
number={2},
pages={245--256},
year={2013},
publisher={Elsevier}
}
@article{lee2018trade,
title={Trade credit financing under competition and its impact on firm performance in supply chains},
author={Lee, Hsiao-Hui and Zhou, Jianer and Wang, Jingqi},
journal={Manufacturing \& Service Operations Management},
volume={20},
number={1},
pages={36--52},
year={2018},
publisher={INFORMS}
}
@article{lee1997bullwhip,
title={The bullwhip effect in supply chains},
author={Lee, Hau L and Padmanabhan, Venkata and Whang, Seungjin},
journal={Sloan management review},
volume={38},
pages={93--102},
year={1997}
}
@article{ning2019commitment,
title={Commitment Role of Trade Credit in a Supply Chain With Buyer Competition},
author={Ning, Jie},
journal={Available at SSRN 3474543},
year={2019}
}
答案1
在您的例子中,如果您省略了\cite{lee1997bullwhip}
一位姓氏为“Lee”的第一作者,则引用该作者时不会添加首字母。相反,对于该引用,将强制执行添加首字母的规则。
我检查了一下,也发生了同样的情况biblatex-apa
。