UM Robotics Beamer Template
Author
Taekyung Kim
Last Updated
8 months ago
License
Creative Commons CC BY 4.0
Abstract
16:9 Beamer template for UM Robotics !
% Created on March 3, 2024
% Author: Taekyung Kim
% Email: taekyung@umich.edu
% Note: For students in UMRobotics!
% Reference: Most of the work was from this template: https://www.overleaf.com/latex/templates/um-math-beamer-template/fbtsxfgnywjp
\documentclass[aspectratio=169]{beamer}
\usetheme{UMRob}
%\setbeameroption{show notes}
%\setbeameroption{show only notes}
\setbeamerfont{note page}{size=\fontsize{0.2cm}{0.1cm}}
\usepackage{media9,tagging}
\usepackage{pgfplots}
\usepackage{amsmath}
\pgfplotsset{compat=1.10}
\usetikzlibrary{calc}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{caption}
\captionsetup{font=scriptsize} % Sets the caption font size globally
%% Use any fonts you like.
\usepackage{helvet,multicol}
\newcommand\Newline{\newline\newline}
\title{Title}
\subtitle{Sub-title}
\author{Your name}
\date{\today}
\institute{\url{https://robotics.umich.edu/}\\\url{your-email@umich.edu}}
\begin{document}
\begin{frame}[plain,t]
\titlepage
\end{frame}
\section{Introduction}
\subsection{Background}
{
\scriptsize % font
\begin{frame}{Background}
\begin{itemize}
\item A.
\item B.
\end{itemize}
\vfill
\end{frame}
}
\section{References}
\begin{frame}[allowframebreaks]{References}
\end{frame}
\ThankYouFrame
\end{document}