1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Pattern], [Rectangular, $4$ holes],
[Horizontal spacing (X)], [$qty(105.0, "mm")$],
[Vertical spacing (Y)], [$qty(155.0, "mm")$],
[Hole diameter], [$diameter qty(3.2, "mm")$ ($M 3$ clearance)],
[Hole plating], [Unplated, isolated],
),
caption: [PCB mounting strategy: mounting holes],
) <table-pcb-mounting-strategy-mounting-holes-pattern>
|