From 6df3b46d6d8b7772d54c124350172e9b0f1323a4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 11 Nov 2023 20:36:56 +0100 Subject: [PATCH] allow gls entries in \mapentry --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 0fa58203..17f54a55 100644 --- a/layout.sty +++ b/layout.sty @@ -981,7 +981,7 @@ Roll & Result \\ \needspace{2em} \refstepcounter{list} \subsubsection[#2]{% - \arabic{list}: \MakeUppercase#2% + \arabic{list}: \ifdefmacro{#2}{#2}{\MakeUppercase#2}% } \label{#1}% } -- GitLab