josephwright / josephwright/beamer
Spurious comma when using biblatex-chem with beamer
Open
@josephwright is already working on this.
Since Dec 26, 2016.
bug
- Dominant language
- TeX
- Stars
- 1.7k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
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:

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.