% $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 . % % 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}