From 27d0c15f8d080f4a1396ed4f7598dd2a1de19345 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 27 Jul 2023 20:21:32 +0200 Subject: [PATCH] stop boxtext colliding with subsubsection --- layout.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 38f09769..0e07af7b 100644 --- a/layout.sty +++ b/layout.sty @@ -481,8 +481,8 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \newtcolorbox{boxtext}[1][]{ - ornamented, colback=white, + before={\paragraph*{}\noindent}, fonttitle=\scshape, #1 } @@ -1002,6 +1002,7 @@ Roll & Result \\ #2 -- #3]% {(#1) #2} \stopcontents[#1]\settoggle{firstsq}{false} + \vspace{3em} } %%%%% Character Sheet Commands -- GitLab