Skip to content

Instantly share code, notes, and snippets.

@moewew
Created February 25, 2022 15:56
Show Gist options
  • Save moewew/a9b687ca3c3c08ea35a3cea8bb985edc to your computer and use it in GitHub Desktop.
Save moewew/a9b687ca3c3c08ea35a3cea8bb985edc to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[style=verbose-ibid,isbn=false]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\null\vfill
\textcite{doody} text\footnote{blub} \textcite{doody}
text\autocite{aksin} text\footnote{blub} text\autocite{aksin}
\cite{sigfridsson}
Lorem\footcite{sigfridsson}
ipsum\footnote{Foo}
\cite{sigfridsson}
dolor\footcite{sigfridsson}
sit\footcite{sigfridsson}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment