This commit is contained in:
2025-09-15 18:47:59 +02:00
parent 41737fce84
commit 2f2784345b

View File

@@ -72,12 +72,6 @@ $elseif(document-type.activite)$
$endif$
$elseif(document-type.evaluation)$
\setlength{\droptitle}{-3.25cm}
$if(title)$
\title{\normalsize $title$}
$else$
\title{\normalsize MATHÉMATIQUES}
$endif$
$if(subtitle)$
\subtitle{\Jd $subtitle$}
$else$
@@ -90,5 +84,9 @@ $elseif(document-type.evaluation)$
\date{}
$endif$
% \title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$}
$if(title)$
\title{\normalsize $title$\\\Jd $subtitle$}
$else$
\title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$}
$endif$
$endif$