office_tools 版 (精华区)

发信人: hitwdh (一潭死水※痛并快乐着), 信区: office_tools
标  题: beamer作slide的一个简单模板(zz)
发信站: 哈工大紫丁香 (2004年04月20日19:48:56 星期二), 站内信件

发信人: CtrlF (孤竹王子), 信区: TeX
标  题: beamer作slide的一个简单模板
发信站: BBS 水木清华站 (Tue Apr 20 19:47:36 2004), 转信
 
最喜欢的一个好处就是保留了section
可以在行文之前整理自己的思路框架。
它作overlay也是很方便的。
推广一下
 
\documentclass[CJK]{beamer}
 
\usepackage{CJK}
%\usepackage{beamerthemeshadow}
\usepackage{beamerthemeclassic}
 
\begin{document}
\begin{CJK*}{GBK}{kai}
 
\title{hello}
\author{hello}
\frame{\titlepage}
 
\section*{提纲}
\frame
{
  \frametitle{\secname}
  \tableofcontents
}
 
\AtBeginSubsection[]
{
  \frame<handout:0>
  {
    \frametitle{Outline}
    \tableofcontents[current,currentsubsection]
  }
}
 
\section{section one你好}
\subsection{subsection one.one}
\frame{\frametitle{hello world 你好朋友}}
\subsection{subsection one.two}
\frame{\frametitle{hello 你好}}
 
\subsection{subsection two.one}
\frame{\frametitle{\secname} \subsecname}
 
\section{section three}
\subsection{subsection three.one}
\frame
{
  \frametitle{hello 你好}
  \begin{itemize}[<+-|  alert@+>]
  \item This is shown  from the first slide on and alerted on the first slide.

  \item This is shown  from the second slide on and alerted on the second slid
e.
  \item This is shown  from the third slide on and alerted on the third slide.

  \end{itemize}
}
 
 
\end{CJK*}
\end{document}
 

--
               “我们的情感来自我们的思想。
                如果你能控制自己的思想,
                你就有能力控制自己的全部生活
                其中包括你的情感和你的行动……”

                    ……

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.237.9]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.001毫秒