\documentclass[aspectratio=169, english, 17pt, xcolor=table]{beamer} \renewcommand<>\cellcolor[1]{\only#2{\beameroriginal\cellcolor{#1}}} \usetheme{utokyo} \input{Packages.tex} \def \TITLE{Example Title} \def \SUBTITLE{Example Subtitle} \def \TITLEIMAGE{\includesvg[width = 30 mm]{./images/clocktower.svg}} \def \AUTHOR{Example Author\\123456\\example@invalid.com} \def \COMPACTAUTHOR{Example Author} \def \DATE{Example Date} \setbeamertemplate{frametitle continuation}{} %TODO: REMOVE \nocite{*} \begin{document} \definecolor{utokyo-blue}{HTML}{187fc3} \definecolor{utokyo-yellow}{HTML}{f9be00} \input{TitlePage.tex} \input{sections/ExampleSection.tex} \input{TitlePage.tex} \input{Sources.tex} \end{document}