25 lines
514 B
TeX
25 lines
514 B
TeX
\documentclass[aspectratio=169]{beamer}
|
|
\usetheme{utokyo}
|
|
|
|
\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{utokyo-blue}{HTML}{187fc3}
|
|
\definecolor{utokyo-yellow}{HTML}{f9be00}
|
|
|
|
\input{TitlePage.tex}
|
|
|
|
\input{Content.tex}
|
|
|
|
\input{TitlePage.tex}
|
|
|
|
\end{document}
|