diff --git a/feuille_presences.typ b/feuille_presences.typ index 832e701..9a469b6 100644 --- a/feuille_presences.typ +++ b/feuille_presences.typ @@ -5,6 +5,7 @@ title: "", margin: 2.1cm, vertical-center-level: 2, + signature_height: 60pt, signataires: (), body ) = { @@ -46,7 +47,7 @@ ..for sign in signataires { total_parts = total_parts + int(sign.parts) total_voix = total_voix + int(sign.voix) - ([#sign.name], [#sign.parts], [#sign.voix], box(height: 60pt),) + ([#sign.name], [#sign.parts], [#sign.voix], box(height: signature_height),) }, table.header( [Total], [#total_parts], [#total_voix], []