From 385cc92bc91e1a6c3724085c060e76bf40c13ed3 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 15 Oct 2024 16:08:16 +0200 Subject: Import PhD thesis --- slides/main.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 slides/main.tex (limited to 'slides/main.tex') diff --git a/slides/main.tex b/slides/main.tex new file mode 100644 index 0000000..52818e6 --- /dev/null +++ b/slides/main.tex @@ -0,0 +1,26 @@ +\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 + On Certificate Transparency Verification and\\ + Unlinkability of Websites Visited by Tor users +} +\subtitle{%short version that is shown in the footer on each slide + PhD thesis presentation +} +\author{% + \textbf{Rasmus Dahlberg}\\ + \texttt{rasmus.dahlberg@kau.se} +} +\date{% + June 12, 2023 +} + +\begin{document} + \input{src/titlepage} + \input{src/body} +\end{document} -- cgit v1.2.3