Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active June 24, 2021 17:26
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/147e9b8ea652f6a4ba1bcd28ebd60ce0 to your computer and use it in GitHub Desktop.
Save moewew/147e9b8ea652f6a4ba1bcd28ebd60ce0 to your computer and use it in GitHub Desktop.
\documentclass[american]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[notes, backend=biber]{biblatex-chicago}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem \autocite{angenendt}
ipsum \autocite[2]{nussbaum}
dolor \autocite[444]{sigfridsson}
sit \autocite{geer}
Lorem \autocite[444]{angenendt}
ipsum \autocite[12]{nussbaum}
dolor \autocite[380]{sigfridsson}
sit \autocite[22]{geer}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment