From 4406a0220db9dd56faf6dd4a2063c3bfad8ec642 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Thu, 25 Mar 2021 15:43:47 +0100
Subject: [PATCH] Macros for roman numerals

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

diff --git a/src/HsH-article.cls b/src/HsH-article.cls
index be3b8e7..55a5f35 100644
--- a/src/HsH-article.cls
+++ b/src/HsH-article.cls
@@ -130,6 +130,8 @@
 % custom commands
 \newcommand{\includeHsHlogohere}[1][5cm]{\includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}}
 \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro for vertical lines around absolute values
+\newcommand{\uproman}[1]{\uppercase\expandafter{\romannumeral#1}}
+\newcommand{\lowroman}[1]{\romannumeral#1\relax}
 \newcommand\declarationAuthorship{
 	\thispagestyle{plain}
 	\vspace*{\fill}
diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index 8183b61..f64b90c 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -131,6 +131,8 @@
 % custom commands
 \newcommand{\includeHsHlogohere}[1][5cm]{\includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}}
 \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro for vertical lines around absolute values
+\newcommand{\uproman}[1]{\uppercase\expandafter{\romannumeral#1}}
+\newcommand{\lowroman}[1]{\romannumeral#1\relax}
 \newcommand\declarationAuthorship{
 	\thispagestyle{plain}
 	\vspace*{\fill}
-- 
GitLab