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

Inner cite delims not discharged in multi-cites #24

Open
moewew opened this issue Jun 16, 2021 · 0 comments
Open

Inner cite delims not discharged in multi-cites #24

moewew opened this issue Jun 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@moewew
Copy link
Owner

moewew commented Jun 16, 2021

Consider the following MWE

\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber, style=ext-authoryear-comp]{biblatex}

\DeclareInnerCiteDelims{parencite}{\bibopenparen}{\bibcloseparen}
\DeclareOuterCiteDelims{parencite}{}{}

\addbibresource{biblatex-examples.bib}

\begin{document}
Lorem \parencite{sigfridsson}
ipsum \parencite{knuth:ct:a,knuth:ct:b}
dolor \parencites{knuth:ct:a}{knuth:ct:b}

Lorem \textcite{sigfridsson}
ipsum \textcite{knuth:ct:a,knuth:ct:b}
dolor \textcites{knuth:ct:a}{knuth:ct:b}
\end{document}

Lorem Sigfridsson and Ryde (1998) ipsum Knuth (1984, 1986) dolor Knuth (1984), 1986

Lorem Sigfridsson and Ryde (1998) ipsum Knuth (1984, 1986) dolor Knuth (1984, 1986)

See https://golatex.de/viewtopic.php?p=115992#p115992

@moewew moewew added the bug Something isn't working label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant