Skudai Beamer Theme Download

Skudai is a Beamer theme mimicking Universiti Teknologi Malaysia (UTM)’s Powerpoint presentation template. UTM’s main campus is in Skudai, Johor, Malaysia.

The download should start automatically. If nothing happens, click on this direct download link.

Example usage:

\documentclass{beamer}
\usetheme{Skudai}

\author{This is Me}
\title{This is My Presentation}

\begin{document}

\begin{frame}[t]
\titlepage
\end{frame}

\begin{frame}
\frametitle{First Frame}
My content
\end{frame}

\end{document}