This commit is contained in:
2025-10-06 16:51:40 +02:00
parent 6fb7eca381
commit ac9f3918ad

View File

@@ -1,88 +1,88 @@
%% TITLE
$if(document-type.cours)$
\setlength{\droptitle}{-2cm}
$if(title)$
\title{\Jd $title$}
\vspace{-4cm}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.exercice)$
\setlength{\droptitle}{-2.85cm}
$if(title)$
\title{\normalsize\Jd $title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.activite)$
\setlength{\droptitle}{-2.85cm}
$if(title)$
\title{\normalsize\Jd $title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.evaluation)$
\setlength{\droptitle}{-3.25cm}
$if(subtitle)$
\subtitle{\Jd $subtitle$}
$else$
\subtitle{\Jd Évaluation}
$endif$
\date{}
$if(title)$
\title{\normalsize $title$\\\Jd $subtitle$}
$else$
\title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$}
$endif$
\setlength{\droptitle}{-2cm}
$if(title)$
\title{\Jd $title$}
\vspace{-4cm}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.exercice)$
\setlength{\droptitle}{-2.85cm}
$if(title)$
\title{\normalsize\Jd $title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.activite)$
\setlength{\droptitle}{-2.85cm}
$if(title)$
\title{\normalsize\Jd $title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$else$
\subtitle{}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$else$
\author{}
$endif$
$if(date)$
\date{$date$}
$else$
\date{}
$endif$
$elseif(document-type.evaluation)$
\setlength{\droptitle}{-3.5cm}
$if(subtitle)$
\subtitle{\Jd $subtitle$}
$else$
\subtitle{\Jd Évaluation}
$endif$
\date{}
$if(title)$
\title{\normalsize $title$\\\Jd $subtitle$}
$else$
\title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$}
$endif$
$endif$