biblatex-apa
biblatex-apa copied to clipboard
Wrongly includes location in thesis reference (APA7)
When generating references list for theses, this line wrongly outputs the location data as well:
\usebibmacro{location+publisher}%
APA 7th doesn't allow for this. So, it should instead be:
\printlist{publisher}%
I saw the same entry in types presentation
, audio
, image
as well, but I do not know the requirements for these references.
Thanks for pointing this out. Changed for the next version.