BibTeX, biblatex and biberCannot get full names in apacite

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
student101
Posts: 2
Joined: Sat Apr 16, 2022 1:05 pm

Cannot get full names in apacite

Post by student101 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

student101
Posts: 2
Joined: Sat Apr 16, 2022 1:05 pm

Cannot get full names in apacite

Post by student101 »

Anyone?
Post Reply