Skip to content

Instantly share code, notes, and snippets.

@moewew
Created September 8, 2020 07:01
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/a062df7ec38c4eb10540046de6ed693d to your computer and use it in GitHub Desktop.
Save moewew/a062df7ec38c4eb10540046de6ed693d to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber,
style=authoryear-ibid,
sorting=ynt,
sortcites=true,
uniquelist=false, uniquename=false,
maxnames=2, minnames=1, maxbibnames=99,
dashed=false,
]{biblatex}
\addbibresource{biblatex-examples.bib}
\usepackage{graphicx}
\usepackage{duckuments}
\begin{document}
\listoffigures
Lorem \autocite{worman}
\begin{figure}[htbp]
\includegraphics{example-image-duck}
\caption{A Duck \autocite{sigfridsson}}
\end{figure}
ipsum \autocite{geer}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment