tests: add regression tests for bibliography

This commit is contained in:
Johan Larsson 2024-02-29 08:49:43 +01:00
parent ccd19fe2dd
commit dac5d85ac3
1 changed files with 17 additions and 0 deletions

View File

@ -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}