-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentation.tex
50 lines (43 loc) · 1.32 KB
/
Presentation.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% This is the presentation itself with all of its content
% START – Automatic title page
\begin{frame}[t,plain]
\titlepage
\end{frame}
% END – Automatic title page
% START – Automatic table of contents
\section{Introduction}
\subsection*{Agenda}
\begin{frame}
\tableofcontents
% If you want to have everything in two columns next to each other, uncomment that code here and choose which sections are on which side
%\begin{columns}[t]
% \begin{column}{.5\textwidth}
% \tableofcontents[sections={1-6}]
% \end{column}
% \begin{column}{.5\textwidth}
% \tableofcontents[sections={7-}]
% \end{column}
%\end{columns}
\end{frame}
% END – Automatic table of contents
% Do your audience a favour and let them download the presentation in the beginning
% the QR code file is in the images/-folder
\subsection*{Download Presentation}
\begin{frame}{Scan me}
\begin{figure}
\centering
%\includegraphics[height = 4.9cm]{images/downloadqr.png}
\caption{https://tinyurl.com/mnf130v22}
\label{fig:qrcode}
\end{figure}
\end{frame}
%===============================================
% This is the final slide
%\section*{End}
\begin{frame}
\begin{center}
\begin{Large}
\textbf{Thank you for listening!}
\end{Large}
\end{center}
\end{frame}