Alex Liberzon, Feb. 2017 based on the unofficial University of Tennessee Powerpoint template from: Enda Hargaden, July 2016 UT Economics/CBER
-
Place "beamerthemetau.sty" into your presentation folder.
-
Place both "tau_black.jpeg" and "taufront.png" into the same folder as your lecture slides.
-
Use the following basic template for your slides:
\documentclass{beamer}
\usetheme{tau}
\title[Optional Short Title for Footer]{My Title}
\author{My Name}
\institute{My Workplace}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{This is my title}
And this is my content
\end{frame}
\end{document}