From dac5d85ac3f1ce9b00b050ac5453e494191ded53 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Thu, 29 Feb 2024 08:49:43 +0100 Subject: [PATCH] tests: add regression tests for bibliography --- testfiles/support/molochexample.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/testfiles/support/molochexample.tex b/testfiles/support/molochexample.tex index 43e5a68..cc85430 100644 --- a/testfiles/support/molochexample.tex +++ b/testfiles/support/molochexample.tex @@ -3,6 +3,9 @@ \title{Moloch Test Suite} \subtitle{A subtitle that is way to long and in fact might just need to be split across lines} +\usepackage[backend=biber]{biblatex} +\addbibresource{biblatex-examples.bib} + \author[Johan]{Johan Larsson} \institute[LU]{Lund Univesity//Department of Statistics} \date{April 23, 2024} @@ -71,12 +74,26 @@ \end{itemize} \end{frame} +\begin{frame}[c] + \frametitle{References} + + Normal Text \fullcite{knuth:ct}\footfullcite{knuth:ct}\footnote{Normal Footnote Size} + + \Tiny Normal Text \fullcite{knuth:ct} + + And some regular referencing~\parencite{knuth:ct}. +\end{frame} + \appendix \begin{frame}{Backup slides} Here are some backup slides \end{frame} +\begin{frame}[allowframebreaks]{References} + \printbibliography[heading=none] +\end{frame} + \end{document} \end{document}