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

Commit

Permalink
Added subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
cikzh committed Mar 29, 2024
1 parent 6d8264f commit 7bf2f89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/pdf-generation-poc.typ
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
weight: "bold",
t
);
#let subtitle(t) = block(
above: 16pt,
below: 24pt,
text(
size: 13pt,
fill: rgb("777"),
t
)
);
#set list(body-indent: 10pt)
#show link: set text(blue)
#show heading: set block(above: 33pt, below: 15pt)
Expand Down Expand Up @@ -56,6 +65,7 @@
// Start of content
//
#title([PDF Generation Proof of Concept])
#subtitle([Findings and recommendations as a result of implementing the PDF Generation Proof of Concept])

In support to the checking process of election results, Kiesraad would like to generate a PDF containing the results given some input. In this document, we'll explain our chosen solution and the considerations we made along the way. First we'll talk about the project's constraints and explaining certain solutions we considered, then we'll talk about the resulting implementation.

Expand Down Expand Up @@ -137,6 +147,8 @@ We ended up chosing Typst as its pros far outweigh its cons in our opinion. The

Might there be a case where something is missing, broken, or wrong about Typst, there are certainly scenarios thinkable where we could fork and/or contribute back to the Typst repository.

All other solutions fail to meet the constraints without some significant development effort, so a solution built around Typst seems by far the most logical road to take.

= Overview of the PoC implementation results
In this section, we'll explore the results and considerations of the implementation we did for this Proof of Concept.
The repository is found on #link("https://github.com/kiesraad/rust-pdf-poc")[GitHub]. For technical details on running the implementation, see the #link("https://github.com/kiesraad/rust-pdf-poc/blob/main/README.md")[README].
Expand Down

0 comments on commit 7bf2f89

Please sign in to comment.