fix title page, PDF properties
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
\def\dictThesisTRUE{TRUE}
|
\def\dictThesisTRUE{TRUE}
|
||||||
|
|
||||||
|
|
||||||
% Gerneral %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
% General %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\usepackage[T1]{fontenc} % encoding for target files.
|
\usepackage[T1]{fontenc} % encoding for target files.
|
||||||
\usepackage[utf8]{inputenc} % UTF-8 encoding for source files
|
\usepackage[utf8]{inputenc} % UTF-8 encoding for source files
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
@@ -128,15 +128,17 @@
|
|||||||
% Create titlepage and optional parts like a CC statement.
|
% Create titlepage and optional parts like a CC statement.
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\newcommand{\header}{%
|
\newcommand{\header}{%
|
||||||
|
\begin{tabular*}{1.0\linewidth}[c]{lcr}
|
||||||
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}%
|
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}%
|
||||||
\hfill%
|
&%
|
||||||
\begin{minipage}{8cm}\centering%
|
\begin{minipage}{8cm}\centering%
|
||||||
\textbf{\theUniversity}\\
|
\textbf{\theUniversity}\\
|
||||||
Communications Engineering Lab\\
|
Communications Engineering Lab\\
|
||||||
\theThesisHeadOfInstitute%
|
\theThesisHeadOfInstitute%
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\hfill%
|
&%
|
||||||
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}%
|
\includegraphics[height=18mm,valign=c]{cel-thesis/logos/cel_logo}%
|
||||||
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
|
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
|
||||||
|
|
||||||
@@ -149,8 +151,6 @@
|
|||||||
pdfauthor = \theThesisAuthor,
|
pdfauthor = \theThesisAuthor,
|
||||||
pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor},
|
pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor},
|
||||||
pdfsubject = {Institut für Nachrichtentechnik (CEL)},
|
pdfsubject = {Institut für Nachrichtentechnik (CEL)},
|
||||||
pdfcreator = {PDFLaTeX with hyperref package},
|
|
||||||
pdfproducer = {PDFLaTeX}
|
|
||||||
}
|
}
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\header % institute banner, etc.
|
\header % institute banner, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user