mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add possibility for extra logo on title page
This commit is contained in:
BIN
02_Proposal/logos/iism_logo.pdf
Normal file
BIN
02_Proposal/logos/iism_logo.pdf
Normal file
Binary file not shown.
@@ -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}
|
||||||
|
|||||||
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user