Fix: date in scripts
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
\author{${author}}
|
||||
\title{${title} - Cours}
|
||||
\date{${date}}
|
||||
\date{${date_short}}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
\author{${author}}
|
||||
\title{${title} - Exercices}
|
||||
\date{${date}}
|
||||
\date{${date_short}}
|
||||
|
||||
\DeclareExerciseCollection[step=1]{banque}
|
||||
\xsimsetup{collect}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
\author{${author}}
|
||||
\title{${title} - Plan de travail}
|
||||
\tribe{${tribe}}
|
||||
\date{${date}}
|
||||
\date{${date_short}}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
\author{${author}}
|
||||
\title{${title} - Solutions}
|
||||
\tribe{${tribe}}
|
||||
\date{${date}}
|
||||
\date{${date_short}}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
|
Reference in New Issue
Block a user