beamer icon indicating copy to clipboard operation
beamer copied to clipboard

Spurious comma when using biblatex-chem with beamer

Open josephwright opened this issue 9 years ago • 2 comments

From https://github.com/josephwright/biblatex-chem/issues/12

\documentclass{beamer}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{csquotes}
\usepackage[backend=biber, style=chem-angew]{biblatex}
\addbibresource{biblatex-examples.bib}

\begin{document}
\begin{frame}
\cite{doody}
\printbibliography
\end{frame}

shows an additional comma: 47ec1b8e-21b9-11e6-904e-0b6e2f1e52dd

josephwright avatar Dec 26 '16 12:12 josephwright

As noted in the other question, I have a feeling this relates to https://github.com/josephwright/beamer/issues/331 and probably https://github.com/josephwright/beamer/issues/347.

josephwright avatar Dec 26 '16 12:12 josephwright

The spurious comma is added by beamer in https://github.com/josephwright/beamer/blob/master/base/beamerbaselocalstructure.sty#L493 (the \bbx@tempa adds it)

(no solution, just to locate the problem)

samcarter avatar Nov 20 '19 22:11 samcarter