From 8110438a704345f434570e34d4e44f793a971a0c Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sun, 24 Oct 2021 20:07:38 +0200 Subject: [PATCH] comment for the roman numerals commands --- HsH-classes.dtx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HsH-classes.dtx b/HsH-classes.dtx index 35882d9..b7d2453 100644 --- a/HsH-classes.dtx +++ b/HsH-classes.dtx @@ -211,8 +211,10 @@ \renewcommand{\layercontentsmeasure}{\@empty} %% custom commands +% these two comand can convert decimal number into roman numerrals in etheir upper- or lowercase \newcommand{\uproman}[1]{\uppercase\expandafter{\romannumeral#1}} \newcommand{\lowroman}[1]{\romannumeral#1\relax} + %</article|report> % %% load config at beginning of document -- GitLab