cel-thesis: Korrekt Language for Logos & Institute Name and allow for two HeadOfInstitute

This commit is contained in:
Andrej Rode
2023-05-02 09:56:40 +02:00
parent 359bef6362
commit 07a20fec62
2 changed files with 13 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ beforeskip=0pt,
%\bibliographystyle{alpha} % American Style %\bibliographystyle{alpha} % American Style
\bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications \bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
\def\theUniversity{Karlsruhe Institute of Technology} \def\theUniversity{Karlsruhe Institute of Technology}
\def\theInstitute{Communications Engineering Lab}
\sisetup{% \sisetup{%
binary-units = true, binary-units = true,
output-decimal-marker={.} output-decimal-marker={.}
@@ -78,6 +79,7 @@ beforeskip=0pt,
%\bibliographystyle{alphadin} % DIN norm %\bibliographystyle{alphadin} % DIN norm
\bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications \bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
\def\theUniversity{Karlsruher Institut für Technologie} \def\theUniversity{Karlsruher Institut für Technologie}
\def\theInstitute{Institut für Nachrichtentechnik}
\sisetup{% \sisetup{%
binary-units = true, binary-units = true,
output-decimal-marker={,} output-decimal-marker={,}
@@ -200,12 +202,20 @@ beforeskip=0pt,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\header}{% \newcommand{\header}{%
\begin{tabular*}{1.0\linewidth}[c]{lcr} \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}% \includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}%
\fi
&% &%
\begin{minipage}{8cm}\centering% \begin{minipage}{8cm}{\centering%
\textbf{\theUniversity}\\ \textbf{\theUniversity}\\
Communications Engineering Lab\\ \theInstitute%
\par}\vspace*{0.5em}%
\hspace*{1.5cm}\parbox{6.5cm}{%
\small%
\theThesisHeadOfInstitute% \theThesisHeadOfInstitute%
}%
\end{minipage}% \end{minipage}%
&% &%
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}% \includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}%
@@ -221,7 +231,7 @@ beforeskip=0pt,
\hypersetup{ \hypersetup{
pdfauthor = \theThesisAuthor, pdfauthor = \theThesisAuthor,
pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor}, pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor},
pdfsubject = {Institut für Nachrichtentechnik (CEL)}, pdfsubject = {\theInstitute},
} }
\thispagestyle{empty} \thispagestyle{empty}
\header % institute banner, etc. \header % institute banner, etc.

BIN
logos/kitlogo_en_rgb.pdf Normal file

Binary file not shown.