Homework_2/Homework_2.tex
2022-11-04 14:59:48 +09:00

36 lines
1008 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{Homework 2}
\def \SUBTITLE{The Practice of Machine Design}
\def \TITLEIMAGE{\includesvg[width = 30 mm]{./images/clocktower.svg}}
\def \AUTHOR{Paul Lödige\\37-229753\\ploedige@g.ecc.u-tokyo.ac.jp}
\def \COMPACTAUTHOR{Paul Lödige}
\def \DATE{\today}
\setbeamertemplate{frametitle continuation}{}
%TODO: REMOVE
\nocite{*}
\begin{document}
\definecolor{utokyo-blue}{HTML}{187fc3}
\definecolor{utokyo-yellow}{HTML}{f9be00}
\input{TitlePage.tex}
\begin{frame}[t]
\frametitle{Design Record Graph}
\includegraphics[width = \textwidth]{images/Hight-adjustable-desk_Design-Record-Graph.pdf}
\end{frame}
\begin{frame}[t]
\frametitle{Element Sketch}
\includegraphics[width = \textwidth]{images/Hight-adjustable-desk_sketch.pdf}
\end{frame}
\end{document}