Homework_2/Template_Presentation.tex
Practice_of_Mechanical_Design 2efa5f04e2 Initial commit
2022-11-04 06:32:04 +01:00

32 lines
749 B
TeX

\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}