Suppression du \hour, rajout d'une initialisation du timer
This commit is contained in:
parent
38166c0133
commit
31523923a4
2 changed files with 13 additions and 14 deletions
|
@ -63,8 +63,6 @@ not set, please fix this.}
|
|||
%\newcommand*{\@supervisor}{\texttt{\string\supervisor} currently
|
||||
%not set, please fix this.}
|
||||
|
||||
\newcommand*{\hour}[1]{\gdef\@hour{#1}%
|
||||
}
|
||||
\newcommand*{\place}[1]{\gdef\@place{#1}%
|
||||
}
|
||||
\newcommand*{\room}[1]{\gdef\@room{#1}%
|
||||
|
@ -81,9 +79,8 @@ not set, please fix this.}
|
|||
\newcounter{MinuteCounter}
|
||||
|
||||
\newcommand{\startTime}[2]{%
|
||||
\gdef\startHour{#1}
|
||||
\setcounter{HourCounter}{\value{\startHour}}
|
||||
\addtocounter{MinuteCounter}{ 2 }
|
||||
\setcounter{HourCounter}{#1}
|
||||
\setcounter{MinuteCounter}{#2}
|
||||
}
|
||||
|
||||
\newcommand*{\printTime}{%
|
||||
|
@ -168,10 +165,10 @@ not set, please fix this.}
|
|||
\fi
|
||||
|
||||
{\large \@date}
|
||||
\ifx\@hour\undefined
|
||||
\ifnum\value{HourCounter}=0
|
||||
\else
|
||||
{
|
||||
\large\itshape\@hour\unskip\strut}
|
||||
\large\itshape\printTime\unskip\strut}
|
||||
\fi
|
||||
\ifx\@place\undefined
|
||||
\else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue