Skip to content

Instantly share code, notes, and snippets.

@moewew
Created April 18, 2021 20:15
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/4e0580ae8832da44127b2a45aec02e35 to your computer and use it in GitHub Desktop.
Save moewew/4e0580ae8832da44127b2a45aec02e35 to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber, style=numeric, sorting=ynt]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem \autocite{sigfridsson}
dolor \autocite{worman}
sit \autocite{nussbaum}
amet \autocite{geer}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment