From b60e40c31a8812605237e3a86c21e0c24d840eee Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Thu, 20 Aug 2020 12:27:18 +0200 Subject: [PATCH] Fix embarrassingly bad typo --- hhuthesis.cls | 4 ++-- thesis.tex | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index 3114972..4d2f867 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hhuthesis}[2020/06/22 HHU Thesis LaTeX document class v1.15] +\ProvidesClass{hhuthesis}[2020/06/22 HHU Thesis LaTeX document class v1.16] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback. \ProcessOptions\relax @@ -20,7 +20,7 @@ \newcommand{\secondexaminer}[1]{\renewcommand{\@sndexaminer}{#1}} \newcommand{\@sndexaminer}{} -\newcommand{\gratuationtype}[1]{\renewcommand{\@degree}{#1}} +\newcommand{\graduationtype}[1]{\renewcommand{\@degree}{#1}} \newcommand{\@degree}{Bachelor} \newcommand{\subject}[1]{\renewcommand{\@subject}{#1}} diff --git a/thesis.tex b/thesis.tex index c61b451..ad0e62a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -26,8 +26,8 @@ \title{My Extraordinary Thesis} %% Der zu erreichende Abschluss, entweder Bachelor oder Master -\gratuationtype{Bachelor} -% \gratuationtype{Master} +\graduationtype{Bachelor} +% \graduationtype{Master} %% Ihr Studienfach \subject{Informatik} @@ -150,8 +150,8 @@ %% Dieser Part kann auskommentiert werden, sollte kein Anhang nötig sein. %% Der \appendix-Befehl leitet hierbei den Anhang ein. -% \appendix -% \input{appendix.tex} +\appendix +\input{appendix.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% (Ende) Der Inhalt der Arbeit %% -- GitLab