Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created December 27, 2017 07:10
Show Gist options
  • Save Liam0205/f21aa72b1ea7fe8d82790d395514d9a8 to your computer and use it in GitHub Desktop.
Save Liam0205/f21aa72b1ea7fe8d82790d395514d9a8 to your computer and use it in GitHub Desktop.
\documentclass{beamer}
\usetheme{metropolis}
\usepackage[backend=biber, style=chem-angew, safeinputenc]{biblatex}
% \renewcommand\multicitedelim{\addsemicolon\space}
\begin{filecontents}{\jobname.bib}
@misc{Book1,
author = {Author, A.},
year = {2001},
title = {Alpha},
}
@misc{Book2,
author = {Buthor, B.},
year = {2002},
title = {Bravo},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\begin{frame}{Test}
% Check.\footfullcite{Book1}
Check.\footfullcite{Book1}\footfullcite{Book2}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment