Cyberjaya Beamer Theme Download

Cyberjaya is a Beamer theme mimicking Multimedia Universiti (MMU)’s Powerpoint presentation template. MMU’s main campus is in Cyberjaya, Selangor, Malaysia.

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

Example usage:

\documentclass[compress]{beamer}
\usetheme{Cyberjaya}

\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}

\end{document}