You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
902 B
38 lines
902 B
% Copyright 2004 by Manuel Carro <mcarro@fi.upm.es>
|
|
%
|
|
% This file may be distributed and/or modified
|
|
%
|
|
% 1. under the LaTeX Project Public License and/or
|
|
% 2. under the GNU Public License.
|
|
%
|
|
% See the file doc/licenses/LICENSE for more details.
|
|
|
|
\mode<presentation>
|
|
|
|
\newif\ifbeamer@secheader
|
|
\beamer@secheaderfalse
|
|
|
|
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
|
|
\ProcessOptionsBeamer
|
|
|
|
\usecolortheme{rose}
|
|
\useinnertheme[shadow]{rounded}
|
|
\usecolortheme{dolphin}
|
|
\useoutertheme{infolines}
|
|
|
|
|
|
% Tills' opinion: should be done in an inner theme, not here.
|
|
|
|
\usesubitemizeitemtemplate{%
|
|
\tiny\raise1.5pt\hbox{\color{beamerstructure}$\blacktriangleright$}%
|
|
}
|
|
\usesubsubitemizeitemtemplate{%
|
|
\tiny\raise1.5pt\hbox{\color{beamerstructure}$\bigstar$}%
|
|
}
|
|
|
|
\setbeamersize{text margin left=1em,text margin right=1em}
|
|
|
|
\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi
|
|
|
|
\mode
|
|
<all>
|
|
|