biblatex-apa
biblatex-apa copied to clipboard
Punctuation error with @incollection
Description
I encounter a punctuation issue with the bibliographic entries generated for @incollection
(and @inbook
) with a translator
and singular author
.
MWE
@incollection{doe24,
author = {John Doe},
year = 2024,
title = {Sample Title},
booktitle = {Sample Book},
translator = {Jane Smith},
publisher = {Sample Publisher},
}
\documentclass{article}
\usepackage[style=apa]{biblatex}
\addbibresource{citations.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
Observed Output
Expected Output
There should be no comma between In and the book title.