From 9d534098003ecd46c85cfc09e7edad270907b298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 29 Jan 2026 16:51:03 +0100 Subject: [PATCH] Add signature_height arg --- feuille_presences.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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], []