From a704fcecbe65beb4bf0a81793625f5a50f5d4dff Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Sun, 21 Mar 2021 23:54:56 +0100
Subject: [PATCH] author inialised as empty

---
 src/HsH-article.cls | 1 +
 src/HsH-report.cls  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/HsH-article.cls b/src/HsH-article.cls
index e46bda7..be3b8e7 100644
--- a/src/HsH-article.cls
+++ b/src/HsH-article.cls
@@ -92,6 +92,7 @@
 \newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
 \newcommand*{\@prof}{}%
 \newcommand{\professor}[1]{\gdef\@prof{#1}}%
+\let\@author\@empty
 \InputIfFileExists{personal.tex}{
 	\ClassInfo{\myClassName}{personal.tex was found. Using it...}
 }{
diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index f6e883c..8183b61 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -92,6 +92,7 @@
 \newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
 \newcommand*{\@prof}{}%
 \newcommand{\professor}[1]{\gdef\@prof{#1}}%
+\let\@author\@empty
 \InputIfFileExists{personal.tex}{
 	\ClassInfo{\myClassName}{personal.tex was found. Using it...}
 }{
-- 
GitLab