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

View File

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