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

Wrongly includes location in thesis reference (APA7)

Open berkayylmao opened this issue 2 years ago • 1 comments

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.

berkayylmao avatar Jan 17 '23 15:01 berkayylmao

Thanks for pointing this out. Changed for the next version.

plk avatar Jan 18 '23 14:01 plk