From 70927e71d4231c233792778851b75a6ec7e00b99 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Wed, 4 Sep 2019 16:16:27 +0200 Subject: [PATCH] Fix overfull hbox issue --- hhuthesis.cls | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index ecbe1bc..60c5e0c 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hhuthesis}[2019/09/04 HHU Thesis LaTeX document class v1.2.0] +\ProvidesClass{hhuthesis}[2019/09/04 HHU Thesis LaTeX document class v1.3.0] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback. \ProcessOptions\relax @@ -312,10 +312,12 @@ \vspace{2cm} - \begin{tabular}{lc} - D\"usseldorf, den \@due \hspace*{2cm} & \underline{\hspace{6cm}}\\ - & \@author - \end{tabular} + \begin{centering} + \begin{tabular}{lc} + D\"usseldorf, den \@due \hspace*{1.8cm} & \underline{\hspace{6cm}}\\ + & \@author + \end{tabular} + \end{centering} } \if@titlepage -- GitLab