Skip to content

Instantly share code, notes, and snippets.

@moewew
Created October 18, 2019 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moewew/08d1c70f99fba3a62fd4e16594eee7fa to your computer and use it in GitHub Desktop.
Save moewew/08d1c70f99fba3a62fd4e16594eee7fa to your computer and use it in GitHub Desktop.
\documentclass[ngerman]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear-icomp, backend=biber]{biblatex}
\DeclareDelimFormat{postnotedelim}{\addcolon\space}
\DeclareFieldFormat{postnote}{\mknormrange{#1}}
\DeclareFieldFormat{multipostnote}{\mknormrange{#1}}
\addbibresource{biblatex-examples.bib}
\begin{document}
\autocite[320]{sigfridsson}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment