Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
\usepackage[utf8]{inputenc}
% Not Purdue's official fonts, but used for consistency with math/code
\usepackage[scaled=1]{erewhon} % Font package with good small caps
\usepackage[varqu]{zi4} % A matching mono space font derived from inconsolata
\usepackage[T1]{fontenc}
\mode<presentation>
{
\usetheme{Frankfurt}
\usecolortheme{Purdue}
\usefonttheme[onlylarge]{structuresmallcapsserif}
\usefonttheme[onlysmall]{structurebold}
\setbeamercovered{transparent}
}
% Display the TOC at the beginning of each section:
\AtBeginSection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% Display the TOC at the beginning of each subsection:
\AtBeginSubsection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% Hide all the navigation buttons
\setbeamertemplate{navigation symbols}{}
% Title page definitions
\title[Short Title]{The Long Version \\ of the Title}
\author{Author Name\\ email@example.com}
\institute{%
\hspace{0.2cm}\includegraphics[height=1.2cm]{%
./Purdue-Sig-Black-Gold-rgb}\\%
\vspace{1.5em}COLLEGE OF ENGINEERING}
\date{Spring 2021}
\subtitle{The Subtitle}