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-silkscreen-requirements-l1.typ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tables/pcb-silkscreen-requirements-l1.typ (limited to 'tables/pcb-silkscreen-requirements-l1.typ') diff --git a/tables/pcb-silkscreen-requirements-l1.typ b/tables/pcb-silkscreen-requirements-l1.typ new file mode 100644 index 0000000..cbf0741 --- /dev/null +++ b/tables/pcb-silkscreen-requirements-l1.typ @@ -0,0 +1,14 @@ +#figure( + table( + columns: 2, + table.header([Element], [Requirement]), + [Reference designators], [All components labeled($R_"bias"$, $C_"bulk"$, $U_"buf"$, etc.)], + + [Polarity marks], [All polarized components (diodes, electrolytics, ICs, etc.)], + + [Pin 1 indicators], [All ICs and connectors], + [Assembly notes], [Tier-specific component values (if applicable)], + [Test points], [Labeled with signal name], + ), + caption: [PCB silkscreen requirements: component side (L1 - top)], +) -- cgit