aboutsummaryrefslogtreecommitdiff
path: root/slides/2022-kll/main.tex
blob: 1ad59199c3755d73a29964864111879d9f1c1072 (plain)
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
\pdfminorversion=4
\documentclass[handout,aspectratio=169]{beamer}
%\documentclass[aspectratio=169]{beamer}
\usetheme{rgd}

\input{src/preamble}

\title{%full version that is shown on the front page
	The web's public-key infrastructure
}
\subtitle{%short version that is shown in the footer on each slide
	The web's public-key infrastructure
}
\author{%
	\textbf{Rasmus Dahlberg}\\
	\texttt{rasmus.dahlberg@kau.se}
}
\date{%
	\today
}

\begin{document}
  \input{src/titlepage}
  \input{src/body}
\end{document}