Fix: get footers back!

This commit is contained in:
Bertrand Benjamin 2022-02-25 16:47:36 +01:00
parent 0d5fa93605
commit aa8bf70250
2 changed files with 22 additions and 1 deletions

View File

@ -22,7 +22,14 @@
% Géométrie
\RequirePackage{geometry}
\geometry{left=10mm,right=10mm, top=10mm, bottom=10mm}
\geometry{left=10mm,
right=10mm,
top=5mm,
bottom=5mm,
includeheadfoot,
headsep=0pt,
footskip=1em,
}
\setlength{\columnsep}{30pt} % default=10pt
\setlength{\columnseprule}{1pt} % default=0pt (no line)

View File

@ -133,3 +133,17 @@
exercise/within = section,
exercise/the-counter = \arabic{exercise},
}
\newcommand\searchMode{\faIcon{search}}
\newcommand\groupMode{\faIcon{users}}
\newcommand\trainMode{\faIcon{tools}}
\newcommand\legendMode{%
\textbf{Légende:} \hfill
\searchMode: pour découvrir quelque chose
\hfill
\groupMode: à faire en groupe
\hfill
\trainMode: pour s'entrainer
}