Gelugor Beamer Theme Download

Gelugor is a Beamer theme mimicking Universiti Sains Malaysia (USM)’s Powerpoint presentation template. USM’s main campus is in Gelugor, Penang.

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

Example usage:

\documentclass{beamer}
\usetheme{Gelugor}

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

\begin{document}

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

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

\ThankYouFrame

\end{document}