11 lines
257 B
Typst
11 lines
257 B
Typst
|
#import "lib/libepi.typ"
|
||
|
|
||
|
#let fiches = (
|
||
|
libepi.card(name: "Défonçeuse", instructions: "", protection_items: []),
|
||
|
libepi.card(name: "Perceuse à colonne", instructions: "", protection_items: []),
|
||
|
)
|
||
|
|
||
|
#show: doc => [
|
||
|
#libepi.generate_cards(fiches)
|
||
|
]
|