aboutsummaryrefslogtreecommitdiff
path: root/tables/panels-geometry.typ
blob: a0e75335a8e7263e029608c7452062cb1756ed45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 3,
    table.header([Parameter], [Value], [Tolerance]),
    [Height], [$qty(177.8, "mm")$ ($qty(4, "U"), qty(7, "inch")$)], [$plus.minus qty(0.1, "mm")$],

    [Width], [$qty(38, "mm")$], [$plus 0.0 "/" qty(-0.1, "mm")$],
    [Thickness], [$qty(1.2, "mm")$], [$plus.minus qty(0.1, "mm")$],
    [Material], [DC01 cold-rolled steel], [N/A],
    [Finish], [Matte black powder coat (RAL 9005)], [N/A],
  ),
  caption: [Panels geometry],
) <table-panels-geometry>