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]{
|
||||
\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 %}
|
||||
|
|
Loading…
Reference in a new issue