From 2cad7c27aa2c756e2fc2b9a21d52c04b2fb95db1 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 19 Aug 2024 20:12:14 +0200 Subject: Typst init --- suplement.typ | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 suplement.typ (limited to 'suplement.typ') diff --git a/suplement.typ b/suplement.typ new file mode 100644 index 0000000..db26760 --- /dev/null +++ b/suplement.typ @@ -0,0 +1,45 @@ +#import "style.typ": proba +#set document( + author: "IV PHH Rotunda", + title: "Suplement sprawności", +) +#show heading: it => [ + #set text(1.4em, weight: "bold") + #block(it.body) +] +#set par(justify: true) +#set text( + font: "Century Gothic", + size: 11pt +) +#set align(center + horizon) + + += Suplement sprawności +IV Poznański Hufiec Harcerzy “Rotunda” + + +#set align(center + bottom) + +Poznań, sierpień 2024 + +github.com/19pdh/suplement + +#pagebreak() +#set align(left + top) + +// ============= SPRAWNOSCI + +#include "sprawnosci.typ" +#pagebreak() + +// ============= PRÓBY +#import "proby.typ": proby +#align(center)[= Próby] +#v(1cm) + +#for p in proby [ + #proba(p) + #v(0.7cm) +] + -- cgit 1.4.1