change hardcoded paths to look for cel-thesis/ within lib/
This commit is contained in:
@@ -63,12 +63,12 @@ beforeskip=0pt,
|
||||
\usepackage{lmodern}
|
||||
|
||||
\usepackage{microtype}
|
||||
\usepackage[printonlyused]{acronym} % use this package for abbreviations!
|
||||
% \usepackage[printonlyused]{acronym} % use this package for abbreviations!
|
||||
\def\setlanguage{
|
||||
\usepackage[\theThesisLanguage]{babel}
|
||||
\ifx\theThesisLanguage\dictThesisLanguageEnglish
|
||||
%\bibliographystyle{alpha} % American Style
|
||||
\bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
|
||||
\bibliographystyle{lib/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{%
|
||||
@@ -77,7 +77,7 @@ beforeskip=0pt,
|
||||
}
|
||||
\else
|
||||
%\bibliographystyle{alphadin} % DIN norm
|
||||
\bibliographystyle{cel-thesis/IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
|
||||
\bibliographystyle{lib/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{%
|
||||
@@ -203,9 +203,9 @@ 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}%
|
||||
\includegraphics[height=18mm,valign=c]{lib/cel-thesis/logos/kitlogo_en_rgb}%
|
||||
\else
|
||||
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}%
|
||||
\includegraphics[height=18mm,valign=c]{lib/cel-thesis/logos/kitlogo_de_rgb}%
|
||||
\fi
|
||||
&%
|
||||
\begin{minipage}{8cm}{\centering%
|
||||
@@ -218,13 +218,13 @@ beforeskip=0pt,
|
||||
}%
|
||||
\end{minipage}%
|
||||
&%
|
||||
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}%
|
||||
\includegraphics[height=18mm,valign=c]{lib/cel-thesis/logos/cel_logo}%
|
||||
\end{tabular*}
|
||||
}
|
||||
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
|
||||
|
||||
\def\makestatutorydeclaration{
|
||||
\include{cel-thesis/eidesstattliche_erklaerung}
|
||||
\include{lib/cel-thesis/eidesstattliche_erklaerung}
|
||||
}
|
||||
|
||||
\def\maketitle{
|
||||
|
||||
Reference in New Issue
Block a user