From 84c88b8d8e0879e848ca635c2c9ea50f988f99e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Sun, 28 Jan 2024 20:34:05 +0100 Subject: [PATCH] add command for roman numeral generation --- thesis/preamble/newcommands.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/thesis/preamble/newcommands.tex b/thesis/preamble/newcommands.tex index e69de29..0e00b57 100644 --- a/thesis/preamble/newcommands.tex +++ b/thesis/preamble/newcommands.tex @@ -0,0 +1 @@ +\newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral #1@} \ No newline at end of file