diff --git a/cel-thesis.cls b/cel-thesis.cls index 4de60db..1521d85 100644 --- a/cel-thesis.cls +++ b/cel-thesis.cls @@ -70,6 +70,7 @@ beforeskip=0pt, %\bibliographystyle{alpha} % American Style \bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications \def\theUniversity{Karlsruhe Institute of Technology} + \def\theInstitute{Communications Engineering Lab} \sisetup{% binary-units = true, output-decimal-marker={.} @@ -78,6 +79,7 @@ beforeskip=0pt, %\bibliographystyle{alphadin} % DIN norm \bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications \def\theUniversity{Karlsruher Institut für Technologie} + \def\theInstitute{Institut für Nachrichtentechnik} \sisetup{% binary-units = true, output-decimal-marker={,} @@ -200,12 +202,20 @@ beforeskip=0pt, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\header}{% \begin{tabular*}{1.0\linewidth}[c]{lcr} + \ifx\theThesisLanguage\dictThesisLanguageEnglish % default is german. But one may use english. + \includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_en_rgb}% + \else \includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}% + \fi &% - \begin{minipage}{8cm}\centering% + \begin{minipage}{8cm}{\centering% \textbf{\theUniversity}\\ - Communications Engineering Lab\\ + \theInstitute% + \par}\vspace*{0.5em}% + \hspace*{1.5cm}\parbox{6.5cm}{% + \small% \theThesisHeadOfInstitute% + }% \end{minipage}% &% \includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}% @@ -221,7 +231,7 @@ beforeskip=0pt, \hypersetup{ pdfauthor = \theThesisAuthor, pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor}, - pdfsubject = {Institut für Nachrichtentechnik (CEL)}, + pdfsubject = {\theInstitute}, } \thispagestyle{empty} \header % institute banner, etc. diff --git a/logos/kitlogo_en_rgb.pdf b/logos/kitlogo_en_rgb.pdf new file mode 100644 index 0000000..dd59fa6 Binary files /dev/null and b/logos/kitlogo_en_rgb.pdf differ