Skip to content
Snippets Groups Projects
Commit 9c6b134c authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Fix title page layout

parent 1a9cece7
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
\defbeamertemplate*{title page}{hhubeamer}[1][] \defbeamertemplate*{title page}{hhubeamer}[1][]
{% {%
%% Heine %% Heine
\begin{textblock}{0}[0,0](-10,22.5) \begin{textblock}{0}[0,0](-10,21.5)
% trim={left lower right upper} % trim={left lower right upper}
{\includegraphics[trim={10cm 8.65cm 0 7.5cm},clip,width=5.8cm]% {\includegraphics[trim={10cm 8.65cm 0 7.5cm},clip,width=5.8cm]%
{fig/template/Heine.jpg}} {fig/template/Heine.jpg}}
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
% Frame title % Frame title
\defbeamertemplate*{frametitle}{hhubeamer}[1][] \defbeamertemplate*{frametitle}{hhubeamer}[1][]
{% {%
% Don't do anything on title page
\ifnum\value{page}>1%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.11cm]{frametitle} \begin{beamercolorbox}[wd=\paperwidth,ht=2.11cm]{frametitle}
\begin{tikzpicture} \begin{tikzpicture}
\useasboundingbox[fill=white](0,0) rectangle(\the\paperwidth,2.11); \useasboundingbox[fill=white](0,0) rectangle(\the\paperwidth,2.11);
...@@ -71,6 +73,7 @@ ...@@ -71,6 +73,7 @@
\ifx\insertframetitle\@empty% \ifx\insertframetitle\@empty%
\vspace{-1.5cm} \vspace{-1.5cm}
\fi \fi
\fi
} }
\BeforeBeginEnvironment{frame}{% \BeforeBeginEnvironment{frame}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment