Fix: get footers back!
This commit is contained in:
parent
0d5fa93605
commit
aa8bf70250
@ -22,7 +22,14 @@
|
|||||||
|
|
||||||
% Géométrie
|
% Géométrie
|
||||||
\RequirePackage{geometry}
|
\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{\columnsep}{30pt} % default=10pt
|
||||||
\setlength{\columnseprule}{1pt} % default=0pt (no line)
|
\setlength{\columnseprule}{1pt} % default=0pt (no line)
|
||||||
|
@ -133,3 +133,17 @@
|
|||||||
exercise/within = section,
|
exercise/within = section,
|
||||||
exercise/the-counter = \arabic{exercise},
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user