biblatex-apa icon indicating copy to clipboard operation
biblatex-apa copied to clipboard

Multiple works with the same author and year are not displayed according to APA7 standards.

Open Erd4 opened this issue 1 year ago • 1 comments

When citing multiple works of the same author and same year. Instead of displaying the in-text citation (\autocites[pp. 10-11]{NetflixInc.2002NetflixReport}[pp. 10-11]{NetflixInc.2003NetflixReport}[pp. 11-12]{NetflixInc.2004NetflixReport}) like this:

(Netflix Inc., 2002, p. 10-11, 2003, pp. 10-11, 2004, pp. 11-12)

the citation ends up looking like this:

(Netflix Inc., 2002, pp. 10-11; Netflix Inc., 2003, pp. 10-11; Netflix Inc., 2004, pp. 11-12)

Erd4 avatar Jun 01 '23 14:06 Erd4

Can you put in here a small MWE so I can easily reproduce?

plk avatar Sep 02 '23 19:09 plk