diff --git a/02_Proposal/logos/cas_software_logo.pdf b/02_Proposal/logos/cas_software_logo.pdf new file mode 100644 index 0000000..732b799 Binary files /dev/null and b/02_Proposal/logos/cas_software_logo.pdf differ diff --git a/02_Proposal/logos/fzi_logo.pdf b/02_Proposal/logos/fzi_logo.pdf new file mode 100644 index 0000000..fa60c35 Binary files /dev/null and b/02_Proposal/logos/fzi_logo.pdf differ diff --git a/02_Proposal/proposal.tex b/02_Proposal/proposal.tex index 4463cae..af1fa9e 100644 --- a/02_Proposal/proposal.tex +++ b/02_Proposal/proposal.tex @@ -38,8 +38,13 @@ %% You can put a logo in the ``logos'' directory and include it here %% instead of the SDQ logo % \grouplogo{myfile} +\companylogo{cas_software_logo} +\externallogo{fzi_logo} + %% Alternatively, you can disable the group logo % \nogrouplogo +% \noexternallogo +% \nocompanylogo %% The reviewers are the professors that grade your thesis \reviewerone{Prof. A} %TODO: reviewer 1 diff --git a/02_Proposal/sdqthesis.cls b/02_Proposal/sdqthesis.cls index e61cf10..e00d00b 100644 --- a/02_Proposal/sdqthesis.cls +++ b/02_Proposal/sdqthesis.cls @@ -98,6 +98,18 @@ %% -------------- % 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{\grouplogo}[1]{\renewcommand{\thegrouplogo}{#1}} \newcommand{\printgrouplogo}{\includegraphics[height=1.8cm]{logos/\thegrouplogo}} @@ -110,6 +122,10 @@ {\includegraphics[height=1.8cm]{logos/kitlogo_de_cmyk}} \hfill % SDQ logo +\printexternallogo +\hspace{5mm} +\printcompanylogo +\hspace{5mm} \printgrouplogo \ThisCenterWallPaper{1}{title-background.pdf} }