作者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