add evaluation type
This commit is contained in:
@@ -2,31 +2,42 @@
|
||||
|
||||
$if(document-type.cours)$
|
||||
$if(subtitle)$
|
||||
\rohead*[Cours]{Cours - $subtitle$}
|
||||
\rohead*[Cours]{Cours -\Jd $subtitle$}
|
||||
$else$
|
||||
\rohead*[Cours]{Cours}
|
||||
$endif$
|
||||
\rofoot*{\anneescolaire}
|
||||
$elseif(document-type.exercice)$
|
||||
\ohead{}
|
||||
$if(subtitle)$
|
||||
\rohead*[Exercices]{Exercices - $subtitle$}
|
||||
\rohead*[Exercices]{Exercices -\Jd $subtitle$}
|
||||
$else$
|
||||
\rohead*[Exercices]{Exercices}
|
||||
$endif$
|
||||
\rofoot*{\anneescolaire}
|
||||
$elseif(document-type.activite)$
|
||||
$if(subtitle)$
|
||||
\rohead*[Activité]{Activité - $subtitle$}
|
||||
\rohead*[Activité]{Activité -\Jd $subtitle$}
|
||||
$else$
|
||||
\rohead*[Activité]{Activité}
|
||||
$endif$
|
||||
$elseif(subtitle)$
|
||||
\rohead*{$subtitle$}
|
||||
\rofoot*{\anneescolaire}
|
||||
$elseif(document-type.evaluation)$
|
||||
$if(subtitle)$
|
||||
\cohead*[\Jd $subtitle$]{\Jd $subtitle$}
|
||||
$else$
|
||||
\rohead*{}
|
||||
\cohead*[\Jd Évaluation]{\Jd Évaluation}
|
||||
$endif$
|
||||
\rofoot*{\anneescolaire}
|
||||
$endif$
|
||||
|
||||
$if(document-class)$
|
||||
$if(document-type.evaluation)$
|
||||
\lohead[$document-class$\\\textbf{NOM:}]{$document-class$\\\textbf{NOM:}}
|
||||
$else$
|
||||
\lohead[$document-class$]{$document-class$}
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
\rofoot*{\anneescolaire}
|
||||
@@ -65,6 +65,24 @@ $elseif(document-type.activite)$
|
||||
\author{}
|
||||
$endif$
|
||||
|
||||
$if(date)$
|
||||
\date{$date$}
|
||||
$else$
|
||||
\date{}
|
||||
$endif$
|
||||
$endif$
|
||||
$elseif(document-type.evaluation)$
|
||||
\setlength{\droptitle}{-2.85cm}
|
||||
$if(title)$
|
||||
\title{\normalsize $title$}
|
||||
$endif$
|
||||
|
||||
$if(subtitle)$
|
||||
\subtitle{\Jd $subtitle$}
|
||||
$else$
|
||||
\subtitle{}
|
||||
$endif$
|
||||
|
||||
$if(date)$
|
||||
\date{$date$}
|
||||
$else$
|
||||
|
||||
Reference in New Issue
Block a user