diff options
author | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-19 20:22:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 20:22:46 +0200 |
commit | f91fa29836b9270089ed02ac1a5c49bbee185c40 (patch) | |
tree | e529b16667e3c988b8d9a9da807733e482739e00 /suplement.typ | |
parent | e185fcdc7c9a2bc9fdc7372158063b2ca9cba6b3 (diff) | |
parent | 04e8c473ce137660b8f228d20e98a9cd4c52a788 (diff) | |
download | suplement-sprawnosci-f91fa29836b9270089ed02ac1a5c49bbee185c40.tar.gz suplement-sprawnosci-f91fa29836b9270089ed02ac1a5c49bbee185c40.zip |
Merge pull request #1 from 19pdh/typst
Move from neatroff to typst
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..7f561ba --- /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-sprawnosci + +#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) +] + |