Skip to content

Instantly share code, notes, and snippets.

@moewew
Created July 20, 2020 14:38
Show Gist options
  • Save moewew/4f45ab210f29494406b7b08848d817a1 to your computer and use it in GitHub Desktop.
Save moewew/4f45ab210f29494406b7b08848d817a1 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[backend=biber, style=authoryear-comp, giveninits]{biblatex}
\bibliography{biblatex-examples.bib}
\begin{document}
I get ``\textcite{knuth:ct:a,knuth:ct:b}" but I want ``Doe (1990; 1997)".
I get ``\autocite{knuth:ct:a,knuth:ct:b}" but I want ``(Doe 1990; 1997)".
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment