From 831c4d921783c1766d9d2c469aef57f51b72a11b Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 9 Mar 2023 17:42:29 +0100 Subject: [PATCH] embolden spell summaries --- layout.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index ad8636fd..dee3484a 100644 --- a/layout.sty +++ b/layout.sty @@ -789,8 +789,8 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) } \newcommand{\spell}[4]{ - \index[spells]{#1: #4} - \subsubsection[#1: #4]{#1} + \index[spells]{\textbf{#1}: #4} + \subsubsection[\textbf{#1}: #4]{#1} {\it Type: #2, Skill: #3} \afterparnoindent -- GitLab