aboutsummaryrefslogtreecommitdiff
path: root/beamer/main.tex
blob: fd9f0506aaae24bffef58b7de443335ee1125519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}