We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider the following MWE
See https://golatex.de/viewtopic.php?p=115992#p115992
The text was updated successfully, but these errors were encountered: