Simplify pause command and add newDay command
This commit is contained in:
parent
ca34d407e7
commit
fd4f295b3b
1 changed files with 12 additions and 1 deletions
|
@ -83,11 +83,22 @@ not set, please fix this.}
|
|||
\arabic{PartCounter}%
|
||||
}
|
||||
|
||||
\newcommand{\pause}{%
|
||||
\newcommand{\pause}[2]{%
|
||||
\midrule
|
||||
\rowcolor{light-gray}%
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
& \partDuration{#1}
|
||||
& \multicolumn{5}{c}{#2} \\
|
||||
}
|
||||
|
||||
\newcommand{\newDay}[3]{%
|
||||
\midrule
|
||||
\rowcolor{light-gray}%
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
& \printTime
|
||||
& \multicolumn{5}{c}{#3} \startTime{#1}{#2}\\
|
||||
}
|
||||
|
||||
\newcounter{HourCounter}
|
||||
|
|
Loading…
Reference in a new issue