diff options
author | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-19 20:12:14 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-19 20:12:14 +0200 |
commit | 2cad7c27aa2c756e2fc2b9a21d52c04b2fb95db1 (patch) | |
tree | aa1eb45c7b03f7e6ff766de1e77330d7ea9a7e47 /suplement.typ | |
parent | e185fcdc7c9a2bc9fdc7372158063b2ca9cba6b3 (diff) | |
download | suplement-sprawnosci-2cad7c27aa2c756e2fc2b9a21d52c04b2fb95db1.tar.gz suplement-sprawnosci-2cad7c27aa2c756e2fc2b9a21d52c04b2fb95db1.zip |
Typst init
Diffstat (limited to 'suplement.typ')
-rw-r--r-- | suplement.typ | 45 |
1 files changed, 45 insertions, 0 deletions
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) +] + |