From 76bae02bcd7d6b3ec9eea428e5e95da184a8dbfb Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 15 Oct 2024 15:35:20 +0200 Subject: Rescue some slides from old private mono repos --- slides/2022-kll/main.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 slides/2022-kll/main.tex (limited to 'slides/2022-kll/main.tex') diff --git a/slides/2022-kll/main.tex b/slides/2022-kll/main.tex new file mode 100644 index 0000000..1ad5919 --- /dev/null +++ b/slides/2022-kll/main.tex @@ -0,0 +1,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} -- cgit v1.2.3