fix title page, PDF properties

This commit is contained in:
Marcus Müller
2021-02-22 12:51:31 +01:00
parent 9e771ad062
commit f1ebfb7c4b

View File

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