作者ljuyentintho (小刘)
看板LaTeX
标题[问题]Beamer设定内主题
时间Wed Oct 26 10:47:15 2016
我是看了网路上找到的连结学做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}
谢谢好心的大大
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.114.54.170
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1477450037.A.22E.html