Skip to content

Instantly share code, notes, and snippets.

@jarad
Last active December 13, 2018 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarad/009125446414e01c06011f5e8f63c68a to your computer and use it in GitHub Desktop.
Save jarad/009125446414e01c06011f5e8f63c68a to your computer and use it in GitHub Desktop.
Beamer template for approximate Iowa State University colors and my preferred style
\documentclass{beamer}
\usetheme{AnnArbor}
\usecolortheme{beaver}
\usefonttheme[onlymath]{serif} % uncomment for article style math
\setlength{\unitlength}{\textwidth} % measure in textwidths
\usepackage[normalem]{ulem}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{enumerate items}[default]
\setbeamertemplate{enumerate subitem}{\alph{enumii}.}
\setbeamertemplate{enumerate subsubitem}{\roman{enumiii}.}
\setkeys{Gin}{width=0.6\textwidth}
\author{Professor Jarad Niemi}
\institute[ISU]{Iowa State University}
\title{title goes here}
\date{\today}
\begin{document}
\frame{\maketitle}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment