Skip to content

Instantly share code, notes, and snippets.

@moewew
Created July 3, 2020 08:05
Show Gist options
  • Save moewew/82917eb1ce808ca9a7c44707587c44bc to your computer and use it in GitHub Desktop.
Save moewew/82917eb1ce808ca9a7c44707587c44bc to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem \autocite{sigfridsson,nussbaum,geer}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment