about summary refs log tree commit diff
path: root/suplement.typ
blob: 7f561bafc359845339ba6f7f8d229e76ecb8a627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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)
]