Skip to content
Snippets Groups Projects
Commit 8110438a authored by Jan Wille's avatar Jan Wille
Browse files

comment for the roman numerals commands

parent 7507be61
No related branches found
No related tags found
No related merge requests found
...@@ -211,8 +211,10 @@ ...@@ -211,8 +211,10 @@
\renewcommand{\layercontentsmeasure}{\@empty} \renewcommand{\layercontentsmeasure}{\@empty}
%% custom commands %% 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{\uproman}[1]{\uppercase\expandafter{\romannumeral#1}}
\newcommand{\lowroman}[1]{\romannumeral#1\relax} \newcommand{\lowroman}[1]{\romannumeral#1\relax}
%</article|report> %</article|report>
% %
%% load config at beginning of document %% load config at beginning of document
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment