Fix the startTime command to allow usage in steps.tex
This commit is contained in:
parent
9c2fb6cbec
commit
7464e3fb7c
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ not set, please fix this.}
|
||||||
\newcounter{MinuteCounter}
|
\newcounter{MinuteCounter}
|
||||||
|
|
||||||
\newcommand{\startTime}[2]{%
|
\newcommand{\startTime}[2]{%
|
||||||
\setcounter{HourCounter}{#1}
|
\setcounter{HourCounter}{#1}%
|
||||||
\setcounter{MinuteCounter}{#2}
|
\setcounter{MinuteCounter}{#2}%
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand*{\printTime}{%
|
\newcommand*{\printTime}{%
|
||||||
|
|
Loading…
Reference in a new issue