plk / biblatex-apa

APA style for BibLaTeX
91 stars 48 forks source link

Wrongly includes location in thesis reference (APA7) #199

Open berkayylmao opened 1 year ago

berkayylmao commented 1 year ago

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.

plk commented 1 year ago

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