[问题]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