This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,942 additions
and
981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#let input_digit() = { | ||
box(width: 14pt, height: 9pt)[ | ||
#path( | ||
stroke: black, | ||
closed: false, | ||
(15%, 0%), | ||
(0%, 0%), | ||
(0%, 100%), | ||
(100%, 100%), | ||
(100%, 0%), | ||
(85%, 0%), | ||
) | ||
] | ||
} | ||
|
||
#let input_date() = [ | ||
#input_digit() #input_digit() - #input_digit() #input_digit() - #input_digit() #input_digit() #input_digit() #input_digit() (dd-mm-jjjj) | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#let conf(input, doc) = [ | ||
#set text( | ||
font: "Bitstream Vera Sans", | ||
size: 8pt | ||
) | ||
#set page( | ||
paper: "a4", | ||
margin: (x: 1.8cm, y: 1.5cm), | ||
numbering: "1 / 1", | ||
header: { | ||
text([#input.version: Proces-verbaal van de uitslag van de verkiezing van de #input.leden_van]) | ||
line(length: 100%) | ||
}, | ||
footer: [ | ||
#grid( | ||
columns: (3fr, 1fr), | ||
[ | ||
Datum: #input.gen_datum - SHA-256-Hashcode: \ | ||
input.sha256 | ||
], | ||
align(right)[ | ||
pagina #counter(page).display("1 / 1", both: true) | ||
] | ||
) | ||
] | ||
) | ||
|
||
#set heading(numbering: "1.1. ") | ||
|
||
#show heading.where(level: 1): it => { | ||
block(width: 100%, fill: black, inset: 6pt)[ | ||
#text(fill: white)[#it] | ||
] | ||
} | ||
|
||
#doc | ||
] | ||
|
||
#let title(version, title, subtitle) = { | ||
grid( | ||
columns: (1fr), | ||
gutter: 13pt, | ||
text(weight: "extrabold", version), | ||
text(size: 20pt, title), | ||
text(subtitle), | ||
[], | ||
grid.hline(), | ||
) | ||
|
||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
#import "common/style.typ": conf, title | ||
#import "common/scripts.typ": input_date, input_digit | ||
#let input = json("inputs/model-p-22-1.json") | ||
|
||
#show: doc => conf( | ||
input, | ||
doc | ||
) | ||
|
||
#title( | ||
input.version, | ||
[Proces-verbaal van de uitslag van de verkiezing van de #input.leden_van], | ||
[De verkiezing van de leden van de *#input.leden_van* \ op *#input.datum*] | ||
) | ||
|
||
= Zitting; aantal kiesgerechtigden | ||
Het betreft de openbare zitting van het centraal stembureau in *'s-Gravenhage*. | ||
Datum en tijdstip aanvang zitting 1 december 2023 10:00 uur. | ||
Het aantal kiesgerechtigden voor deze verkiezing bedraagt *12345678*. | ||
|
||
= Verslag controlewerkzaamheden | ||
Zie bijlage 2 bij dit proces-verbaal. | ||
|
||
= Ingeleverde kandidatenlijsten | ||
De volgende politieke groeperingen hebben deelgenomen aan de verkiezing (in de volgende kieskringen): | ||
|
||
#pagebreak() | ||
|
||
#table( | ||
align: bottom, | ||
columns: ( | ||
40pt, 80pt, 22pt, 22pt, 22pt, auto, auto, auto, auto, auto, | ||
auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, | ||
auto, auto, auto, auto, auto, | ||
), | ||
inset: 8pt, | ||
table.header( | ||
[*Lijstnr.*], | ||
[*Lijstnaam*], | ||
table.cell( | ||
colspan: 3, | ||
[*Ingeleverd*] | ||
), | ||
table.cell( | ||
colspan: 20, | ||
[*Kieskring*] | ||
), | ||
[], | ||
[], | ||
rotate(-90deg, reflow: true, [Lijstengroep \ (gelijkluidende lijsten)]), | ||
rotate(-90deg, reflow: true, [Lijstengroep \ (niet gelijkluidende lijsten)]), | ||
rotate(-90deg, reflow: true, [Op zichzelf staande lijst]), | ||
[1], [2], [3], [4], [5], [6], [7], [8], [9], [10], | ||
[11], [12], [13], [14], [15], [16], [17], [18], [19], [20], | ||
), | ||
stroke: ( | ||
left: 0pt, | ||
right: 0pt, | ||
top: 0.5pt, | ||
bottom: 0.5pt, | ||
), | ||
..for partij in input.partijen { | ||
( | ||
[#partij.positie], | ||
partij.naam, | ||
|
||
// Ingeleverd | ||
if partij.gelijkluidend { [\*] }, | ||
if not partij.gelijkluidend { [\*] }, | ||
[], | ||
|
||
// Kieskring | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
|
||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
[\*], | ||
) | ||
} | ||
) | ||
|
||
#pagebreak(weak: true) | ||
|
||
= Aantal stemmen per lijst |