作者Ored (^^)
看板LaTeX
标题[问题] 投影片
时间Fri Apr 17 13:00:45 2009
我的code如下
\documentclass{beamer}
\usepackage{beamerthemesplit}
\title{test}
\author{me}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Introduction}
\subsection{Review}
\frame
{
\frametitle{Review}
\begin{itemize}
\item<1-> Normal LaTeX class.
\item<2-> Easy overlays.
\item<3-> No external programs needed.
\end{itemize}
}
\end{document}
编译之後 每一页投影片最上面的部份都是这样的
--------------------------------------------------------------------
Outline |
Review
Introduction |
--------------------------------------------------------------------
我想要这样
第一页
--------------------------------------------------------------------
Outline |
--------------------------------------------------------------------
第二页
--------------------------------------------------------------------
Introduce | Review
--------------------------------------------------------------------
请问要怎样改
谢谢...
---
我是新手 还在摸索当中
---
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.120.6.174
1F:推 noway501:这好像要改sty档......@@ 04/17 13:42
2F:→ derailed:换 theme \usetheme{} 04/19 17:22
3F:→ Ored:我有用过 可是不知道是哪一个theme??? 04/21 14:29