This commit is contained in:
2025-08-31 16:49:05 +02:00
parent 4fdc1ab4d0
commit 6c65ef124f
13 changed files with 452 additions and 81 deletions

View File

@@ -0,0 +1,11 @@
%% DYNAMIC TITLE
$if(type.cours)$
\lohead*{Cours - \@subtitle}
$elseif(type.exercice)$
\lohead*{Exercices - $subtitle$}
$elseif(type.activite)$
\lohead*{Activité - $subtitle$}
$else$
\lohead*{$subtitle$}
$endif$