Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
436 ira 1
\documentclass{beamer}
2
 
3
\usepackage{beamerthemesplit}
4
 
5
\title{Example Presentation Created with the Beamer Package}
6
\author{Till Tantau}
7
\date{\today}
8
 
9
\begin{document}
10
 
11
\frame{\titlepage}
12
 
13
\section[Outline]{}
14
\frame{\tableofcontents}
15
 
16
\section{Introduction}
17
\subsection{Overview of the Beamer Class}
18
\frame
19
{
20
  \frametitle{Features of the Beamer Class}
21
 
22
  \begin{itemize}
23
  \item<1-> Normal LaTeX class.
24
  \item<2-> Easy overlays.
25
  \item<3-> No external programs needed.      
26
  \end{itemize}
27
}
28
\end{document}