File: beamerexample4.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (45 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (5)
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 (ij).
      \end{itemize}
    }
  \end{CJK}
\end{document}