From 7464e3fb7cb51f960a205edb814906151d1abcb3 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 11 Mar 2021 08:19:36 +0100 Subject: [PATCH] Fix the startTime command to allow usage in steps.tex --- formationTitle.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formationTitle.sty b/formationTitle.sty index b167335..8bb6f6c 100644 --- a/formationTitle.sty +++ b/formationTitle.sty @@ -89,8 +89,8 @@ not set, please fix this.} \newcounter{MinuteCounter} \newcommand{\startTime}[2]{% - \setcounter{HourCounter}{#1} - \setcounter{MinuteCounter}{#2} + \setcounter{HourCounter}{#1}% + \setcounter{MinuteCounter}{#2}% } \newcommand*{\printTime}{%