blob: e808355b1169dae75cb95e251eec0dab8b024592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Material], [DC01 cold-rolled steel (EN 10130)],
[Thickness], [$qty(1.2, "mm")$],
[Finish], [Matte black powder coard (RAL 9005), all surfaces],
),
caption: [Cassette construction parameters],
) <table-cassette-construction-parameters>
|