|
30 | 30 | \usepackage[utf8]{inputenc}
|
31 | 31 | \usepackage[T1]{fontenc}
|
32 | 32 |
|
| 33 | +\usepackage[backend=biber,style=numeric, citestyle=ieee]{biblatex} |
| 34 | +\addbibresource{citations.bib} |
| 35 | + |
33 | 36 | \usepackage{subcaption}
|
34 | 37 | \usepackage{tikz}
|
35 | 38 | \usepackage{minted}
|
36 | 39 |
|
37 | 40 | \title[The Mathematics of Lasagne]{The Mathematics of Lasagne}
|
38 | 41 | \author{Edmund Goodman}
|
39 | 42 | \institute[UWCS]{University of Warwick Computing Society}
|
40 |
| -\date{18/10/2023} |
| 43 | +\date{06/12/2023} % \date{18/10/2023} |
41 | 44 |
|
42 | 45 | \begin{document}
|
43 | 46 |
|
44 | 47 | \begin{frame}
|
45 | 48 | \titlepage
|
46 | 49 | \end{frame}
|
47 | 50 |
|
48 |
| -% Uncomment these lines for an automatically generated outline. |
49 |
| -%\begin{frame}{Outline} |
| 51 | +% % Uncomment these lines for an automatically generated outline. |
| 52 | +% \begin{frame}{Outline} |
50 | 53 | % \tableofcontents
|
51 |
| -%\end{frame} |
| 54 | +% \end{frame} |
52 | 55 |
|
53 | 56 |
|
54 |
| -\section{Part I - The Cube Rule of Food} |
| 57 | +\section{Part I - The Cube Rule of Food\footnote{\href{https://cuberule.com/}{https://cuberule.com/}}} |
55 | 58 |
|
56 | 59 | \begin{frame}{What is a Sandwich?}
|
57 | 60 | \begin{itemize}
|
@@ -488,7 +491,7 @@ \section{Part III - Defining Lasagne}
|
488 | 491 | \begin{frame}{What is a Lasagne?}
|
489 | 492 | \begin{figure}
|
490 | 493 | \includegraphics[width=0.5\textwidth]{lasagne_unstacked.png}
|
491 |
| - \caption{\label{fig:lasagane-unstacked}A portion of Lasagne \cite{nast_lasagna_nodate}} |
| 494 | + \caption{\label{fig:lasagane-unstacked}A portion of Lasagne} %\cite{nast_lasagna_nodate} |
492 | 495 | \end{figure}
|
493 | 496 | \end{frame}
|
494 | 497 |
|
@@ -674,19 +677,27 @@ \section{Part III - Defining Lasagne}
|
674 | 677 | \end{frame}
|
675 | 678 |
|
676 | 679 | \begin{frame}
|
| 680 | + \begin{tikzpicture}[remember picture,overlay] |
| 681 | + \node[xshift=-1.1cm,yshift=-1.3cm] at (current page.north east) {\includegraphics[width=0.15\textwidth]{qr-code.png}}; |
| 682 | + \end{tikzpicture} |
677 | 683 | \begin{center}
|
678 | 684 | \Huge\textbf{Thanks for listening!} \\
|
679 | 685 | \vskip 1cm
|
| 686 | + \pause |
680 | 687 | \Large\textit{I refuse to answer any questions...}
|
681 | 688 | \end{center}
|
682 | 689 | \end{frame}
|
683 | 690 |
|
684 | 691 |
|
685 |
| -\begin{frame}[allowframebreaks]{Bibliography} |
686 |
| - \nocite{*} |
687 |
| - \bibliographystyle{IEEEtran} |
688 |
| - \bibliography{citations.bib} |
689 |
| -\end{frame} |
| 692 | +% \begin{frame}[allowframebreaks]{Bibliography} |
| 693 | +% \nocite{*} |
| 694 | +% \bibliographystyle{IEEEtran} |
| 695 | +% \bibliography{citations.bib} |
| 696 | +% \end{frame} |
690 | 697 |
|
| 698 | +\begin{frame}[t,allowframebreaks] |
| 699 | +\frametitle{Bibliography} |
| 700 | +\printbibliography[heading=none] |
| 701 | +\end{frame} |
691 | 702 |
|
692 | 703 | \end{document}
|
0 commit comments