From b7ed1e43c369d873af5ea173dc0476e9049a373c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 19 Aug 2023 19:27:37 +0200
Subject: [PATCH] fix dice spacing

---
 layout.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout.sty b/layout.sty
index ef385f61..00871d40 100644
--- a/layout.sty
+++ b/layout.sty
@@ -333,7 +333,7 @@ bookmarks=true]%
 %%% as \large or similar.
 \newcounter{diceNo}
 \newcommand\dicef[2][]{%
-  #1
+  #1%
   \setcounter{diceNo}{#2}%
   \ifnum\value{diceNo}>0%
     \whileboolexpr{%
@@ -342,7 +342,7 @@ bookmarks=true]%
         \addtocounter{diceNo}{-5}%
         \epsdice{5}%
       }%
-    \epsdice{\value{diceNo}}
+    \epsdice{\value{diceNo}}%
   \else%
     \arabic{diceNo}%
   \fi%
-- 
GitLab