\documentclass[jou,apacite]{apa6}
\title{Example of an APA style for journal article}
\shorttitle{APA style}
\twoauthors{Author One}{Author Two}
\twoaffiliations{Institute of Psychology}{Institute of Psychology}
\rightheader{APA style}
\leftheader{Author One}
\begin{document}
\maketitle
\section{Sample section}
Sample text \cite{Nag2018} \cite{gueguen2003effect}
\bibliography{sample}
\end{document}
如果我编写上面的LaTeX apa代码,它会给出如下输出:
示例文本(Nag,Mondal等,2018年)(Gueguen和De Gail,2003年)
但是我只希望输出中有一个作者姓名和年份,例如:
(Nag,2018)
我该怎么做?我不希望所有作者都姓。