From fb76610f5b51d51f30992695b33a99f9f9c4ff2f Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 12 Nov 2023 14:20:29 +0100 Subject: [PATCH] prevent gls misuse --- layout.sty | 2 +- stats.sty | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layout.sty b/layout.sty index 6ee2d5a1..4372b863 100644 --- a/layout.sty +++ b/layout.sty @@ -1028,7 +1028,7 @@ Roll & Result \\ \resumecontents[#1] \subsubsection[% \arabic{sqNo} -- % - \iftoggle{firstsq}{\sqr}{\sqn}% + \iftoggle{firstsq}{\CheckedBoxsqr}{\sqn}% #2 -- #3]% {(#1) #2} \stopcontents[#1]\settoggle{firstsq}{false} diff --git a/stats.sty b/stats.sty index 2edf1d07..4c9d6c3f 100644 --- a/stats.sty +++ b/stats.sty @@ -104,8 +104,8 @@ \newcommand\boxStat[2][0]{% \addtocounter{#2}{-#1}% - \Repeat{#1}{\sqr}% - \Repeat{\value{#2}}{\sqn}% + \Repeat{#1}{\CheckedBox}% + \Repeat{\value{#2}}{\Square}% } \newcommand\HPboxes{ @@ -785,7 +785,7 @@ \ignorespaces, \arabic{fp}~\glsentrytext{fp}% \iftoggle{genExamples}% {}% - {\Repeat{\value{fp}}{\sqn}}% + {\Repeat{\value{fp}}{\Square}}% \fi } } -- GitLab