Apalike2 总是只引用一位作者,然后是“et al”。
但我想在第一次引用时显示所有作者。怎么做?我需要像 citep 这样的可以显示所有作者的工具。
\documentclass[11pt]{scrartcl}
\usepackage{natbib}
\usepackage{url}
\makeindex
\begin{document}
...text
\citep{Name} => OnePerson et al. instead of all names
\bibliographystyle{apalike2}
\bibliography{biblio}
\end{document}