blob: 5dabf659e1ce5caad78850fbef34b56c44ff268d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Requirement]),
[Material], [Steel (recommended) or aluminum],
[Minimum thickness], [$qty(1.5, "mm")$ (steel) or $qty(2.0, "mm")$ (aluminum)],
[Finish], [Black powder coat or anodization, conductive areas masked],
),
caption: [Chassis material requirements],
) <table-chassis-material>
|