add optional sponsor logos on title frame

This commit is contained in:
Christian Clason 2022-03-05 13:59:22 +01:00
commit e479b7da71
4 changed files with 21 additions and 28 deletions

View file

@ -22,6 +22,9 @@
\pgfdeclareimage[height=1cm]{kfu_logo}{kfulogo_en}
\fi
\def\sponsorlogos{}
\newcommand{\sponsors}[1]{\def\sponsorlogos{#1}}
%% title slide: left-justified
\setbeamertemplate{title graphic}{
\vbox to 0pt {
@ -59,6 +62,16 @@
\par%
}
\setbeamertemplate{title page}{%
\ifx\sponsorlogos\@empty\else%
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=south east,yshift=3pt,xshift=-6pt] at (current page.south east) {%
\foreach \img in \sponsorlogos {%
\hspace{.5ex}%
\includegraphics[height=0.66cm]{\img}%
}%
};%
\end{tikzpicture}%
\fi%
\parbox[b][1cm][c]{0.8925\paperwidth}{\hfill\pgfuseimage{kfu_logo}}
\vfill
\begin{minipage}[b][0.7\paperheight]{\textwidth}