Fix the startTime command to allow usage in steps.tex

This commit is contained in:
Gregory Trolliet 2021-03-11 08:19:36 +01:00
parent 9c2fb6cbec
commit 7464e3fb7c
1 changed files with 2 additions and 2 deletions

View File

@ -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}{%