From f1ebfb7c4bd5b65147bf8be7bb8f3a35ca09e5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Mon, 22 Feb 2021 12:51:31 +0100 Subject: [PATCH] fix title page, PDF properties --- cel-thesis.cls | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cel-thesis.cls b/cel-thesis.cls index 3a41dae..3c44a0a 100644 --- a/cel-thesis.cls +++ b/cel-thesis.cls @@ -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.