From cceeeb79dcd989e61a5c0a0547890f6b42793464 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Wed, 31 Mar 2021 15:15:46 +0200
Subject: [PATCH] including new prof and matriklenr macros in standalone

---
 src/HsH-standalone.cls | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls
index 95f9899..74c751e 100644
--- a/src/HsH-standalone.cls
+++ b/src/HsH-standalone.cls
@@ -57,8 +57,10 @@
 \newcommand*{\subject}[1]{\gdef\@subject{#1}}%
 \newcommand*{\@subtitle}{}%
 \newcommand*{\subtitle}[1]{\gdef\@subtitle{#1}}%
-\newcommand*{\@publishers}{}%
-\newcommand{\publishers}[1]{\gdef\@publishers{#1}}%
+\newcommand*{\@matrikelnr}{}%
+\newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
+\newcommand*{\@professor}{}%
+\newcommand{\professor}[1]{\gdef\@professor{#1}}%
 \InputIfFileExists{personal.tex}{
 	\ClassInfo{\myClassName}{personal.tex was found. Using it...}
 }{
-- 
GitLab