From b5eadb5dc7492c02f5bd7fc448fd6166e6dc49a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Wed, 10 Jul 2019 11:48:55 +0200 Subject: [PATCH] =?UTF-8?q?CEL=20und=20KIT-Logo:=20Verbindliche,=20gleiche?= =?UTF-8?q?=20H=C3=B6he?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cel-thesis.cls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cel-thesis.cls b/cel-thesis.cls index 989cd41..51fb50f 100644 --- a/cel-thesis.cls +++ b/cel-thesis.cls @@ -125,15 +125,15 @@ % Create titlepage and optional parts like a CC statement. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\header}{% - \includegraphics[width=40mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}% + \includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}% \hfill% - \begin{minipage}{8.26cm}\centering% + \begin{minipage}{8cm}\centering% \textbf{\theUniversity}\\ Communications Engineering Lab\\ \theThesisHeadOfInstitute% \end{minipage}% \hfill% - \includegraphics[width=25mm,valign=c]{cel-thesis/logos/cel_logo}% + \includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}% } \newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}