tests: add regression tests for bibliography
This commit is contained in:
parent
ccd19fe2dd
commit
dac5d85ac3
|
@ -3,6 +3,9 @@
|
||||||
\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}
|
||||||
|
@ -71,12 +74,26 @@
|
||||||
\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}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue