aboutsummaryrefslogtreecommitdiff
path: root/beamer/main.tex
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-09-04 00:18:24 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-09-04 00:18:24 +0200
commit5dd6c416aa6e14dd5ddbe4622274b71b86b7a030 (patch)
tree276709554696ba94dc3ef4ab42d45aed806442e4 /beamer/main.tex
parented26572d987c2d27fa2962cbda5ef2f9176bb254 (diff)
add Sigsum beamer template
Diffstat (limited to 'beamer/main.tex')
-rw-r--r--beamer/main.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/beamer/main.tex b/beamer/main.tex
new file mode 100644
index 0000000..fd9f050
--- /dev/null
+++ b/beamer/main.tex
@@ -0,0 +1,22 @@
+\pdfminorversion=4
+\documentclass[handout,aspectratio=169]{beamer}
+\usetheme{sigsum}
+
+\input{cfg/preamble}
+
+\title{%
+ A brief demo of this template
+}
+
+\author{%
+ First author name, other info\\
+ Second author name, other info
+}
+
+\begin{document}
+ \begin{frame}
+ \titlepage
+ \end{frame}
+
+ \input{src/body}
+\end{document}