change hardcoded paths to look for cel-thesis/ within lib/
This commit is contained in:
@@ -63,12 +63,12 @@ beforeskip=0pt,
|
|||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
|
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
\usepackage[printonlyused]{acronym} % use this package for abbreviations!
|
% \usepackage[printonlyused]{acronym} % use this package for abbreviations!
|
||||||
\def\setlanguage{
|
\def\setlanguage{
|
||||||
\usepackage[\theThesisLanguage]{babel}
|
\usepackage[\theThesisLanguage]{babel}
|
||||||
\ifx\theThesisLanguage\dictThesisLanguageEnglish
|
\ifx\theThesisLanguage\dictThesisLanguageEnglish
|
||||||
%\bibliographystyle{alpha} % American Style
|
%\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\theUniversity{Karlsruhe Institute of Technology}
|
||||||
\def\theInstitute{Communications Engineering Lab}
|
\def\theInstitute{Communications Engineering Lab}
|
||||||
\sisetup{%
|
\sisetup{%
|
||||||
@@ -77,7 +77,7 @@ beforeskip=0pt,
|
|||||||
}
|
}
|
||||||
\else
|
\else
|
||||||
%\bibliographystyle{alphadin} % DIN norm
|
%\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\theUniversity{Karlsruher Institut für Technologie}
|
||||||
\def\theInstitute{Institut für Nachrichtentechnik}
|
\def\theInstitute{Institut für Nachrichtentechnik}
|
||||||
\sisetup{%
|
\sisetup{%
|
||||||
@@ -203,9 +203,9 @@ 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.
|
\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
|
\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
|
\fi
|
||||||
&%
|
&%
|
||||||
\begin{minipage}{8cm}{\centering%
|
\begin{minipage}{8cm}{\centering%
|
||||||
@@ -218,13 +218,13 @@ beforeskip=0pt,
|
|||||||
}%
|
}%
|
||||||
\end{minipage}%
|
\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*}
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
|
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
|
||||||
|
|
||||||
\def\makestatutorydeclaration{
|
\def\makestatutorydeclaration{
|
||||||
\include{cel-thesis/eidesstattliche_erklaerung}
|
\include{lib/cel-thesis/eidesstattliche_erklaerung}
|
||||||
}
|
}
|
||||||
|
|
||||||
\def\maketitle{
|
\def\maketitle{
|
||||||
|
|||||||
Reference in New Issue
Block a user