aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-mounting-strategy-mounting-holes-positions.typ
blob: 1d661835f6048949dad562c40291ebfd1f8a73d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 3,
    table.header([Hole], [X], [Y]),
    [1 (bottom-left)], [$qty(10.00, "mm")$], [$qty(10.00, "mm")$],
    [2 (bottom-right)], [$qty(115.00, "mm")$], [$qty(10.00, "mm")$],
    [3 (top-left)], [$qty(10.00, "mm")$], [$qty(145.00, "mm")$],
    [4 (top-right)], [$qty(115.00, "mm")$], [$qty(145.00, "mm")$],
  ),
  caption: [PCB mounting strategy: mounting holes positions],
)