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

Punctuation error with @incollection

Open jrmanrique opened this issue 10 months ago • 0 comments

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

image

Expected Output

There should be no comma between In and the book title.

jrmanrique avatar Apr 05 '24 15:04 jrmanrique