Add signature_height arg

This commit is contained in:
Félix Piédallu 2026-01-29 16:51:03 +01:00
parent 9e8088ac2b
commit 9d53409800

View file

@ -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], []