plk / biblatex-apa

APA style for BibLaTeX
88 stars 48 forks source link

Punctuation error with @incollection #236

Open jrmanrique opened 3 months ago

jrmanrique commented 3 months ago

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.