From c402fa4b931ddf1cffafb5a736a6be9554a10f27 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 28 Jun 2021 16:08:49 +0200 Subject: [PATCH] Change font sizes on title page --- hhuthesis.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index 15ea183..688fd28 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -281,17 +281,17 @@ \newcommand\@maketitle{% \vspace{3cm} \begin{center} - {\LARGE \textbf \@title \par}% + {\Huge \textbf \@title \par}% \vfill \begin{otherlanguage}{ngerman} - {{\large \@degree{}arbeit}\par + {{\Large \@degree{}arbeit}\par im Studiengang \@subject \\ zur Erlangung des akademischen Grades \par - {\large\@degree{} of Science + {\Large\@degree{} of Science (\ifthenelse{\equal{\@degree}{Master}}{M}{B}.Sc.) \par} \par}% \vspace{20mm} - {vorgelegt von\\\large \textbf \@author \par}% + {vorgelegt von\\\Large \textbf \@author \par}% \vfill \begin{tabular}{ll} Beginn der Arbeit: & \@begin \\ -- GitLab