aboutsummaryrefslogtreecommitdiff
path: root/slides/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'slides/main.tex')
-rw-r--r--slides/main.tex26
1 files changed, 26 insertions, 0 deletions
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}