Home

Awesome

Alex Liberzon, Feb. 2017 based on the unofficial University of Tennessee Powerpoint template from: Enda Hargaden, July 2016 UT Economics/CBER

How to install the TAU theme

  1. Place "beamerthemetau.sty" into your presentation folder.

  2. Place both "tau_black.jpeg" and "taufront.png" into the same folder as your lecture slides.

  3. 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}

Example slides