tests: remove biblatex parts from test file

This commit is contained in:
Johan Larsson 2024-03-01 11:35:59 +01:00
parent 9b4fc3956c
commit a97141e105
1 changed files with 1 additions and 16 deletions

View File

@ -3,9 +3,6 @@
\title{Moloch Test Suite} \title{Moloch Test Suite}
\subtitle{A subtitle that is way to long and in fact might just need to be split across lines} \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} \author[Johan]{Johan Larsson}
\institute[LU]{Lund Univesity//Department of Statistics} \institute[LU]{Lund Univesity//Department of Statistics}
\date{April 23, 2024} \date{April 23, 2024}
@ -74,25 +71,13 @@
\end{itemize} \end{itemize}
\end{frame} \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 \appendix
\begin{frame}{Backup slides} \begin{frame}{Backup slides}
Here are some backup slides Here are some backup slides
\end{frame} \end{frame}
\begin{frame}[allowframebreaks]{References}
\printbibliography[heading=none]
\end{frame}
\end{document} \end{document}