[問題]Beamer設定內主題

作者: ljuyentintho (小劉)   2016-10-26 10:47:15
我是看了網路上找到的連結學做Beamer的
連結在這
不知道網路上有沒有人看過一篇蔡炎龍教授的"LATEX 研習IV 用Beamer 做簡報"
其中它的第16頁有提到設內外主題
可以跟它一樣一按主題直接跳到那一頁
但是他又沒講詳細該怎麼設
這該怎麼辦呢?
以下是程式碼:
\documentclass[xcolor=dvipsnames]{beamer}
\usecolortheme[named=Brown]{structure}
\usetheme{Warsaw}
\useoutertheme{miniframes}
\logo{\includegraphics{nthu-logo.png}}
\setbeamertemplate{items}[rectangle]
\title{Model of ambulance deployment and dispatch arrangement and
simulation-based assessment of Mass Casualty Incident}
\author{{Yen-Ting Liu,Albert Y.Chen,Yu-Shih Chen,}\bf{Yu-Ching Lee}}
\institute{National Tsing-Hua University,National Taiwan University}
\date{2016.11.16}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{chapter1}
\begin{frame}
This is
\pause
the page
one content
\begin{itemize}[<+->]
\item {\color{green}{first}}
%\pause
\item second
%\pause
\item third
\end{itemize}
\end{frame}
\begin{frame}
\only<1-> {This is the page two content}
\begin{block}{point}
point
\end{block}
\end{frame}
\begin{frame}
\uncover<1-> {This is the page third content}
\begin{alertblock}{huge point}
huge point
\end{alertblock}
\end{frame}
\begin{frame}
\begin{columns}
\begin{column}{5cm} % 一個5cm 的欄
This is column one
\end{column}
\begin{column}{5cm} % 另一個5cm 的欄
This is column two
\end{column}
\end{columns}
\end{frame}
\end{document}
謝謝好心的大大

Links booklink

Contact Us: admin [ a t ] ucptt.com