Set title page to page zero

This commit is contained in:
Matthias Vogelgesang 2014-08-28 11:28:31 +02:00
parent c35f6c2346
commit 8860565bd3
1 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,11 @@
\setbeamerfont{caption}{size=\small}
\setbeamerfont{caption name}{family=\Book}
%}}}
%{{{ --- Titlepage --------------------
\def\maketitle{\ifbeamer@inframe\titlepage\else\frame[plain]{\titlepage}\fi}
%}}}
%{{{ --- Progressbar ------------------
@ -154,3 +159,9 @@
\end{beamercolorbox}
}
%}}}
\mode
<all>
\let\otp\titlepage
\renewcommand{\titlepage}{\otp\addtocounter{framenumber}{-1}}