From cccf3c5f2d4f4fa972cd6718b56110fb3009dadf Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 31 Oct 2024 00:45:07 +0100 Subject: [PATCH] make mapentry titles bold --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 456145d7..64f67660 100644 --- a/layout.sty +++ b/layout.sty @@ -1256,7 +1256,7 @@ bookmarks=true]% \needspace{2em} \refstepcounter{list} \subsubsection[#2]{% - \arabic{list}: \ifdefmacro{#2}{#2}{\MakeUppercase#2}% + \arabic{list}: \textbf{\ifdefmacro{#2}{#2}{\MakeUppercase#2}}% } \label{#1}% } -- GitLab