Skip to content

Instantly share code, notes, and snippets.

@moewew
Created October 22, 2020 15:44
Show Gist options
  • Save moewew/b0a0dc52867060daeaf7186de496416f to your computer and use it in GitHub Desktop.
Save moewew/b0a0dc52867060daeaf7186de496416f to your computer and use it in GitHub Desktop.
\documentclass{article}
\LogHook{begindocument}
% comment out to make things work
\AtBeginDocument{\relax}
\LogHook{begindocument}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}
\LogHook{begindocument}
\nocite{*}
\LogHook{begindocument}
\begin{document}
\cite{sigfridsson}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment