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