From 421ea224d9c12df3dc5cce30c075ad00c79324fd Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 6 Mar 2023 00:40:54 +0100 Subject: [PATCH] make stat dots equal width --- layout.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index 5117251a..6b975a2e 100644 --- a/layout.sty +++ b/layout.sty @@ -970,8 +970,8 @@ Roll & Result \\ \newcounter{statCircles} \newcounter{statDots} -\newcommand\statCircle{\ding{109}} -\newcommand\statDot{\ding{108}} +\newcommand\statCircle{\Circle} +\newcommand\statDot{\CIRCLE} \newcommand\currentCircle{} \newcommand{\weeline}{\line(1,0){30} \hspace{.6cm}} -- GitLab