Skip to content
Snippets Groups Projects
Commit 78cc7637 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Swap order of name and degree on title page

Apparently most Universities follow this order, so why don't we?
parent ac3c1320
No related branches found
No related tags found
No related merge requests found
\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,6 +284,8 @@
(\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 \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment