Add signature_height arg
This commit is contained in:
parent
9e8088ac2b
commit
9d53409800
1 changed files with 2 additions and 1 deletions
|
|
@ -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], []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue