blob: 7864d58473b6160a84257a198ed063d18fbf5ef6 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
% $Header: /cvsroot/latex-beamer/latex-beamer/examples/beamerexample4.tex,v 1.4 2004/10/07 20:53:07 tantau Exp $
\documentclass[cjk]{beamer}
% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>.
%
% This program can be redistributed and/or modified under the terms
% of the LaTeX Project Public License Distributed from CTAN
% archives in directory macros/latex/base/lppl.txt.
%
% Many thanks to Huang Yushuo for helping me with this file
% (I don't speak Chinese...)
\usepackage{CJK}
\usetheme{Warsaw}
\begin{document}
\begin{CJK}{GB}{kai}
\title[Óà Beamer ÖÆ×÷µÄ»ÃµÆƬ]{
Example Presentation Created\\
with the Beamer Package\\
(Óà Beamer ÖÆ×÷µÄ»ÃµÆƬ)}
\author{×÷Õß Till Tantau}
\date{\today}
\frame{\titlepage}
\section*{Outline}
\frame{\tableofcontents}
\section{Introduction (¼ò½é)}
\subsection{Overview of the Beamer Class (Beamer ÀàµÄ¸ÅÒª)}
\frame{
\frametitle{Features of the Beamer Class (Beamer ÀàµÄÌصã)}
\begin{itemize}
\item<1-> Normal LaTeX class (±ê×¼µÄ LaTeX Àà).
\item<2-> Easy overlays (Öع¹¼òµ¥).
\item<3-> No external programs needed (ÎÞÐè¶îÍâµÄ³ÌÐò).
\end{itemize}
}
\end{CJK}
\end{document}
|