From aa8bf702505dfb3ad8953a928ef8ecf9a00fc991 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 25 Feb 2022 16:47:36 +0100 Subject: [PATCH] Fix: get footers back! --- tools/style/base.sty | 9 ++++++++- tools/style/myXsim.sty | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/tools/style/base.sty b/tools/style/base.sty index a7d8cac..9e8d1fb 100755 --- a/tools/style/base.sty +++ b/tools/style/base.sty @@ -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) diff --git a/tools/style/myXsim.sty b/tools/style/myXsim.sty index 413b98e..46b4134 100644 --- a/tools/style/myXsim.sty +++ b/tools/style/myXsim.sty @@ -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 +} +