Generalapacite: decrease number of mentioned authors

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Noviomagum
Posts: 6
Joined: Mon Oct 13, 2008 3:56 pm

apacite: decrease number of mentioned authors

Post by Noviomagum »

I'm using apacite for the citations in my PhD-thesis. I am not completely satisfied with the APA-standards, however. Articles that have 6 or less authors are cited using all author names. I know this is what APA says, but I want it different. What I want is that a maximum of, say, 3 authors are mentioned in the text. So, in stead of:
Burning desire sets my soul on fire (Hendrix, Cox & Miles, 1970).
The queen! She's wicked (Grumpy, Doc, Happy, Sleepy, Bashful & Sneezy, 1937).
I would like to get:
Burning desire sets my soul on fire (Hendrix, Cox & Miles, 1970).
The queen! She's wicked (Grumpy et al., 1937).
So if there are 3 or less authors: name them all. If it are more: use "et al.".

My question is: what (and where) should I change in the apacite package to get what I want?


("aren't there seven dwarfs?", I hear you think? yes, but Dopey is not talking, remember?)

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: apacite: decrease number of mentioned authors

Post by corderin »

In your case, I will typ only 3 authors in the .bib file authors field this way:

author={John Wayne and Clint Eastwood and Woody Allen and others}


You will get what you want...and you will spare time writing the rest of authors if you don´t want to get them...
Noviomagum
Posts: 6
Joined: Mon Oct 13, 2008 3:56 pm

Re: apacite: decrease number of mentioned authors

Post by Noviomagum »

Yes, this would solve the problem of how the authors appear in the text, but the bibliography would become incomplete, because that is the place where the full list of authors should be available... There must be some variable hard coded in apacite, because they have got it working for 6 authors, but I cannot find it...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

apacite: decrease number of mentioned authors

Post by Stefan Kottwitz »

To not let this topic stay without a hint to the solution: See the post of Lian Tze Lim: “Why is LaTeX doing all the APA citations wrong?

Stefan
LaTeX.org admin
Noviomagum
Posts: 6
Joined: Mon Oct 13, 2008 3:56 pm

apacite: decrease number of mentioned authors

Post by Noviomagum »

Wow, it's impressive to receive a suggestion after all those years. Thanks!

(unfortunately, I've finished my thesis in 2010, so it's a little too late...)
Post Reply