Nicer group circle
This commit is contained in:
parent
0af65ce485
commit
7c6070c28f
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
||||||
|
|
||||||
\newcommand{\groupe}[1]{
|
\newcommand{\groupe}[1]{
|
||||||
\tcbox[on line,%
|
\tcbox[on line,%
|
||||||
left=0pt,top=0pt,right=0pt,bottom=0pt,%
|
left=1pt,top=1pt,right=1pt,bottom=1pt,%
|
||||||
bean arc,%
|
bean arc,%
|
||||||
colframe=white,colback=groupe#1%
|
colframe=black,boxrule=1px,colback=groupe#1%
|
||||||
]{#1}
|
]{#1}
|
||||||
}
|
}
|
||||||
\newcommand{\heure}[1]{\normalfont #1}
|
\newcommand{\heure}[1]{\normalfont #1}
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
\section*{Groupes}
|
\section*{Groupes}
|
||||||
|
|
||||||
\begin{tabular}{r l}
|
\begin{tabular}{c l l l l l}
|
||||||
{% for g_id, _ in groupes.items() %}
|
{% for g_id, _ in groupes.items() %}
|
||||||
{% include 'groupe.tex.j2' %}
|
{% include 'groupe.tex.j2' %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Loading…
Reference in a new issue