add possibility for extra logo on title page

This commit is contained in:
hannes.kuchelmeister
2019-12-13 16:52:24 +01:00
parent 89e4bcfaf7
commit f642d1bf8f
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@@ -38,13 +38,15 @@
%% 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}
%\secondgrouplogo{iism_logo}
%\companylogo{cas_software_logo} %\companylogo{cas_software_logo}
%\externallogo{fzi_logo} %\externallogo{fzi_logo}
%% Alternatively, you can disable the group logo %% Alternatively, you can disable the group logo
\nogrouplogo \nogrouplogo
\noexternallogo \nosecondgrouplogo
\nocompanylogo \nocompanylogo
\noexternallogo
%% The reviewers are the professors that grade your thesis %% The reviewers are the professors that grade your thesis
\reviewerone{Prof. Dr. Ralf H. Reussner} \reviewerone{Prof. Dr. Ralf H. Reussner}

View File

@@ -110,6 +110,11 @@
\newcommand{\printcompanylogo}{\includegraphics[height=1.8cm]{logos/\thecompanylogo}} \newcommand{\printcompanylogo}{\includegraphics[height=1.8cm]{logos/\thecompanylogo}}
\newcommand{\nocompanylogo}{\renewcommand{\printcompanylogo}{}} \newcommand{\nocompanylogo}{\renewcommand{\printcompanylogo}{}}
\newcommand{\thesecondgrouplogo}{sdqlogo}
\newcommand{\secondgrouplogo}[1]{\renewcommand{\thesecondgrouplogo}{#1}}
\newcommand{\printsecondgrouplogo}{\includegraphics[height=1.8cm]{logos/\thesecondgrouplogo}}
\newcommand{\nosecondgrouplogo}{\renewcommand{\printsecondgrouplogo}{}}
\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}}
@@ -126,7 +131,10 @@
\hspace{5mm} \hspace{5mm}
\printcompanylogo \printcompanylogo
\hspace{5mm} \hspace{5mm}
\printsecondgrouplogo
\hspace{5mm}
\printgrouplogo \printgrouplogo
\hspace{5mm}
\ThisCenterWallPaper{1}{title-background.pdf} \ThisCenterWallPaper{1}{title-background.pdf}
} }