From 78cc7637f28192ff1403ceed96c4764f98978661 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Thu, 3 Sep 2020 15:09:32 +0200 Subject: [PATCH] Swap order of name and degree on title page Apparently most Universities follow this order, so why don't we? --- hhuthesis.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index a4ff1d8..fb009f5 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hhuthesis}[2020/09/03 HHU Thesis LaTeX document class v1.18] +\ProvidesClass{hhuthesis}[2020/09/03 HHU Thesis LaTeX document class v1.19] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback. \ProcessOptions\relax @@ -277,8 +277,6 @@ {\LARGE \textbf \@title \par}% \vfill \begin{otherlanguage}{ngerman} - {von\\\large \textbf \@author \par}% - \vfill {{\large \@degree{}arbeit}\par im Studiengang \@subject \\ zur Erlangung des akademischen Grades \par @@ -286,11 +284,13 @@ (\ifthenelse{\equal{\@degree}{Master}}{M}{B}.Sc.) \par} \par}% \vspace{20mm} + {vorgelegt von\\\large \textbf \@author \par}% + \vfill \begin{tabular}{ll} Beginn der Arbeit: & \@begin \\ Abgabe der Arbeit: & \@due \\ Gutachter: & \@fstexaminer \\ - & \@sndexaminer \\ + & \@sndexaminer \\ \end{tabular} \end{otherlanguage} \end{center} -- GitLab