From a97141e105c949e89182cf66fca90fb8e5259b66 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 1 Mar 2024 11:35:59 +0100 Subject: [PATCH] tests: remove biblatex parts from test file --- testfiles/support/molochexample.tex | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/testfiles/support/molochexample.tex b/testfiles/support/molochexample.tex index cc85430..aaac499 100644 --- a/testfiles/support/molochexample.tex +++ b/testfiles/support/molochexample.tex @@ -3,9 +3,6 @@ \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} @@ -74,25 +71,13 @@ \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}