From b3fde439b6324571da1bc349902b6c16cd7987d3 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 14 Jan 2024 14:45:23 +0100
Subject: [PATCH] reduce \sidequest requirements

---
 layout.sty | 4 +---
 test.tex   | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/layout.sty b/layout.sty
index 37e4f553..046ed8b6 100644
--- a/layout.sty
+++ b/layout.sty
@@ -1097,9 +1097,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
     {\resumecontents[\area]}
   %%%%%%%%%%%%%
   \renewcommand{\sqName}{#2}
-  \resumecontents[\sqarea]
-  \subsection[\it #2]{\MakeUppercase#2}
-  \stopcontents[\sqarea]
+  \subsection[\it #2]{#2}
   \settoggle{firstsq}{true}
   \setcounter{sqNo}{0}
   \foreach \area in {#1}%
diff --git a/test.tex b/test.tex
index d5a74708..33b1a385 100644
--- a/test.tex
+++ b/test.tex
@@ -85,8 +85,6 @@ Roll & Result \\\hline
 
 \declareSQareas{Slums,Artgate}
 
-\renewcommand\sqarea{Slums}
-
 Featuring losing \glspl{hp} beyond the \gls{edge}.
 
 \begin{multicols}{2}
-- 
GitLab