This commit is contained in:
2025-08-31 23:51:00 +02:00
parent d2b4d24c18
commit 739f7cac1c
7 changed files with 3215 additions and 12 deletions

View File

@@ -13,6 +13,8 @@ contributes:
- after-header-includes.latex
include-in-header: header.tex
include-before-body: before-body.tex
format-resources:
- packages/couleurs.sty
papersize: a4paper
geometry:
- includeheadfoot

View File

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

View File

@@ -55,5 +55,5 @@
\usepackage{lipsum}
\usepackage{couleurs} % Custom colors package

File diff suppressed because it is too large Load Diff