find possible date
This commit is contained in:
parent
3dc928b894
commit
68006b1ab9
1 changed files with 5 additions and 1 deletions
|
@ -68,8 +68,12 @@
|
|||
\renewcommand{\@title}{TITRE DU RAPPORT}
|
||||
|
||||
% Date
|
||||
\newcount\lastyear
|
||||
\lastyear=\year
|
||||
\advance\lastyear by -1
|
||||
|
||||
\renewcommand{\date}[1]{\gdef\@date{#1}}
|
||||
\renewcommand{\@date}{AAAA/AAAA}
|
||||
\renewcommand{\@date}{\the\lastyear{}/\the\year{}}
|
||||
|
||||
% Tuteur pédagogique
|
||||
\newcommand{\tuteurpedago}[2]{
|
||||
|
|
Loading…
Reference in a new issue