Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Punctuation error with @incollection #236

Open
jrmanrique opened this issue Apr 5, 2024 · 0 comments
Open

Punctuation error with @incollection #236

jrmanrique opened this issue Apr 5, 2024 · 0 comments

Comments

@jrmanrique
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant