25 lines
503 B
TeX
25 lines
503 B
TeX
\documentclass[aspectratio=169]{beamer}
|
|
\usetheme{th-owl}
|
|
|
|
\input{Packages.tex}
|
|
|
|
\def \TITLE{Example Title}
|
|
\def \SUBTITLE{Example Subtitle}
|
|
\def \AUTHOR{Example Author\\123456\\example@invalid.com}
|
|
\def \COMPACTAUTHOR{Example Author}
|
|
\def \DATE{Example Date}
|
|
|
|
\setbeamertemplate{frametitle continuation}{}
|
|
|
|
\begin{document}
|
|
\definecolor{th-grey}{HTML}{38434b}
|
|
\definecolor{th-red}{HTML}{ed114c}
|
|
|
|
\input{TitlePage.tex}
|
|
|
|
\input{Content.tex}
|
|
|
|
\input{TitlePage.tex}
|
|
|
|
\end{document}
|