Just last week, I had another Beamer-related inquiry from a postdoctoral fellow at the School of Mathematical Sciences, Universiti Sain Malaysia (USM). Was it possible to have a Beamer theme modelled after USM’s Powerpoint template?
I came up with Gelugor over the weekend. (Gelugor, Penang, Malaysia is the town where USM’s main campus is located.)
Screenshots and download link:
Brief example using the theme:
\documentclass{beamer}
\usetheme{Gelugor}
\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}