Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Added geldige stemmen boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
cikzh committed Mar 26, 2024
1 parent edc8bbe commit 9a1771b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions templates/model-o-7.typ
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ Met dit proces-verbaal stelt het hoofdstembureau voor een kieskring de uitkomst
= Aantal stemmen
== Aantal geldige, blanco en ongeldige stemmen

#let cell2 = (letter, votes) => {
#let description = (content) => {
table.cell(
stroke: black,
inset: 3pt,
content,
)
}

#let values = (letter, votes) => {
grid(
columns: (2em, 1fr),
align: (center, right),
Expand All @@ -63,14 +71,6 @@ Met dit proces-verbaal stelt het hoofdstembureau voor een kieskring de uitkomst
)
}

#let cell1 = (cont) => {
table.cell(
stroke: black,
inset: 3pt,
cont,
)
}

#align(center,
box(
width: 80%,
Expand All @@ -81,9 +81,9 @@ box(
inset: 0pt,
align: (left + horizon),
stroke: none,
cell1([Aantal stembiljetten met een geldige stem op een kandidaat]), cell2("E", 105978),
cell1([Aantal blanco stembiljetten]), cell2("F", 978),
cell1([Aantal ongeldige stembiljetten]), cell2("G", 873),
description([Aantal stembiljetten met een geldige stem op een kandidaat]), values("E", 105978),
description([Aantal blanco stembiljetten]), values("F", 978),
description([Aantal ongeldige stembiljetten]), values("G", 873),
)))

== Aantal stemmen per kandidaat en lijst
Expand Down

0 comments on commit 9a1771b

Please sign in to comment.