From c6c7c3c03cccf6c8bbe4b11395a3a5701a18ee12 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 28 Jul 2024 20:37:12 +0200 Subject: [PATCH] make hint text bold --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 7e54e407..dd355554 100644 --- a/layout.sty +++ b/layout.sty @@ -1363,7 +1363,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \newcommand\hint[1]{% \iftoggle{examplecharacter}{}% - {\textcolor{\pageSideColor}{\small(#1)}} + {\textcolor{\pageSideColor}{\small(\textbf{#1})}} } %%%%%%%%%%%%%%%%%%%% Rules to Reference %%%%%%%%%%%%%%%%%%%% -- GitLab