blob: 3afb12939c7325b8c162350aede834fcb095023c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\documentclass{beamer}
\usetheme{PhnomPenh}
\title[beamerthemePhnomPenh.sty]{Beamer Theme Phnom Penh}
\author[Say]{Say OL}
\institute[RUPP]{Royal University of Phnom Penh}
\date{\today}
\begin{document}
\section{Section}
\subsection{Subsection}
\begin{frame}{Greeting}
\titlepage
\end{frame}
\subsection{Subsection}
\begin{frame}{Outlines}
\tableofcontents
\end{frame}
\section{Seection}
\subsection{Subsection}
\begin{frame}{Frame Title}
content...
\end{frame}
\subsection{Subsection}
\begin{frame}{Frame Title}
content...
\end{frame}
\end{document}
|