30 lines
492 B
Plaintext
30 lines
492 B
Plaintext
|
\mode<presentation>
|
||
|
|
||
|
|
||
|
% Requirement
|
||
|
\RequirePackage{tikz}
|
||
|
|
||
|
% Settings
|
||
|
\useinnertheme{pterosor}
|
||
|
\useoutertheme{pterosor}
|
||
|
\usecolortheme{pterosor}
|
||
|
\usefonttheme{pterosor}
|
||
|
|
||
|
|
||
|
% we remove the navigation symbols and define blocks aspect.
|
||
|
\setbeamertemplate{navigation symbols}{}
|
||
|
\setbeamertemplate{blocks}[rounded][shadow=true]
|
||
|
|
||
|
\AtBeginSection[]{%
|
||
|
\begin{frame}[plain]
|
||
|
\usebeamertemplate{section page}
|
||
|
\end{frame}
|
||
|
}
|
||
|
|
||
|
\setbeamertemplate{footline}{
|
||
|
\vspace{0.6cm}
|
||
|
}
|
||
|
|
||
|
|
||
|
\mode<all>
|