Hi, my problem is that I cannot show full names of authors in the text or reference list for a reference of 10 authors. I've read the apacite manual
https://texdoc.org/serve/apacite/0 but still don't manage to figure it out..
I'm using
Code: Select all
\usepackage[natbibapa]{apacite}
\bibliographystyle{apacite}
and everything works great except for one specific reference that contains 10 authors, I wan't to show all 10 names at the first cite in the text as well as in the reference list. Right now it just shows "Surname1 et al.(2022)" in the text and in the reference list "Surname1., Surname2., Surname3., Surname4, Surname5. Surname6, . . . Surname10. (2022). "
Author7-9 is completely missing from the reference list. From what I've read, it should just be \citet* command, but the star doesn't work. I could live with "surname1 et al" in the text if all names show up in the reference list.
Any advice?
Thank you in advance,
Sinerely,
Student101