aboutsummaryrefslogtreecommitdiff
path: root/slides/2021-pets/main.tex
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-10-15 15:35:20 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-10-15 15:35:45 +0200
commit76bae02bcd7d6b3ec9eea428e5e95da184a8dbfb (patch)
tree410ab71c78c99d35aecd46733958a5699cdf5204 /slides/2021-pets/main.tex
parent883a67439aff566962adafeb0385c6ae972073a3 (diff)
Rescue some slides from old private mono repos
Diffstat (limited to 'slides/2021-pets/main.tex')
-rw-r--r--slides/2021-pets/main.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/slides/2021-pets/main.tex b/slides/2021-pets/main.tex
new file mode 100644
index 0000000..861b8ed
--- /dev/null
+++ b/slides/2021-pets/main.tex
@@ -0,0 +1,27 @@
+\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
+ Privacy-Preserving \& Incrementally-Deployable Support for Certificate
+ Transparency in Tor
+}
+\subtitle{%short version that is shown in the footer on each slide
+ Certificate Transparency in Tor
+}
+\author{%
+ \textbf{Rasmus Dahlberg}, Tobias Pulls, Tom Ritter, and Paul Syverson
+}
+\date{%
+ July 15, 2021
+}
+
+\begin{document}
+ \input{src/titlepage}
+ \input{src/start}
+ \input{src/body}
+ \input{src/end}
+\end{document}