add fzi and CAS logo to title page

This commit is contained in:
hannes.kuchelmeister
2019-11-06 16:12:07 +01:00
parent b1597bf5b1
commit ef6a099fe4
4 changed files with 21 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -38,8 +38,13 @@
%% You can put a logo in the ``logos'' directory and include it here %% You can put a logo in the ``logos'' directory and include it here
%% instead of the SDQ logo %% instead of the SDQ logo
% \grouplogo{myfile} % \grouplogo{myfile}
\companylogo{cas_software_logo}
\externallogo{fzi_logo}
%% Alternatively, you can disable the group logo %% Alternatively, you can disable the group logo
% \nogrouplogo % \nogrouplogo
% \noexternallogo
% \nocompanylogo
%% The reviewers are the professors that grade your thesis %% The reviewers are the professors that grade your thesis
\reviewerone{Prof. A} %TODO: reviewer 1 \reviewerone{Prof. A} %TODO: reviewer 1

View File

@@ -98,6 +98,18 @@
%% -------------- %% --------------
% Logos % Logos
\makeatletter
\newcommand{\theexternallogo}{sdqlogo}
\newcommand{\externallogo}[1]{\renewcommand{\theexternallogo}{#1}}
\newcommand{\printexternallogo}{\includegraphics[height=1.8cm]{logos/\theexternallogo}}
\newcommand{\noexternallogo}{\renewcommand{\printexternallogo}{}}
\newcommand{\thecompanylogo}{sdqlogo}
\newcommand{\companylogo}[1]{\renewcommand{\thecompanylogo}{#1}}
\newcommand{\printcompanylogo}{\includegraphics[height=1.8cm]{logos/\thecompanylogo}}
\newcommand{\nocompanylogo}{\renewcommand{\printcompanylogo}{}}
\newcommand{\thegrouplogo}{sdqlogo} \newcommand{\thegrouplogo}{sdqlogo}
\newcommand{\grouplogo}[1]{\renewcommand{\thegrouplogo}{#1}} \newcommand{\grouplogo}[1]{\renewcommand{\thegrouplogo}{#1}}
\newcommand{\printgrouplogo}{\includegraphics[height=1.8cm]{logos/\thegrouplogo}} \newcommand{\printgrouplogo}{\includegraphics[height=1.8cm]{logos/\thegrouplogo}}
@@ -110,6 +122,10 @@
{\includegraphics[height=1.8cm]{logos/kitlogo_de_cmyk}} {\includegraphics[height=1.8cm]{logos/kitlogo_de_cmyk}}
\hfill \hfill
% SDQ logo % SDQ logo
\printexternallogo
\hspace{5mm}
\printcompanylogo
\hspace{5mm}
\printgrouplogo \printgrouplogo
\ThisCenterWallPaper{1}{title-background.pdf} \ThisCenterWallPaper{1}{title-background.pdf}
} }