From b28f97f3526859633fde603764b827389279d10f Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 22:32:38 +0200 Subject: extract figures in separate files --- tables/pcb-mounting-strategy-mounting-holes-pattern.typ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tables/pcb-mounting-strategy-mounting-holes-pattern.typ (limited to 'tables/pcb-mounting-strategy-mounting-holes-pattern.typ') diff --git a/tables/pcb-mounting-strategy-mounting-holes-pattern.typ b/tables/pcb-mounting-strategy-mounting-holes-pattern.typ new file mode 100644 index 0000000..32674ad --- /dev/null +++ b/tables/pcb-mounting-strategy-mounting-holes-pattern.typ @@ -0,0 +1,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], +) -- cgit