From 7c6070c28fd86c0fd7a82a5862eeca73ec608f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 30 Oct 2022 18:31:51 +0100 Subject: [PATCH] Nicer group circle --- repartir_taches/templates/repartition.tex.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repartir_taches/templates/repartition.tex.j2 b/repartir_taches/templates/repartition.tex.j2 index ecd65b0..2efc8df 100644 --- a/repartir_taches/templates/repartition.tex.j2 +++ b/repartir_taches/templates/repartition.tex.j2 @@ -22,9 +22,9 @@ \newcommand{\groupe}[1]{ \tcbox[on line,% - left=0pt,top=0pt,right=0pt,bottom=0pt,% + left=1pt,top=1pt,right=1pt,bottom=1pt,% bean arc,% - colframe=white,colback=groupe#1% + colframe=black,boxrule=1px,colback=groupe#1% ]{#1} } \newcommand{\heure}[1]{\normalfont #1} @@ -44,7 +44,7 @@ \section*{Groupes} - \begin{tabular}{r l} + \begin{tabular}{c l l l l l} {% for g_id, _ in groupes.items() %} {% include 'groupe.tex.j2' %} {%- endfor %}