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/chassis-capacity.typ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tables/chassis-capacity.typ (limited to 'tables/chassis-capacity.typ') diff --git a/tables/chassis-capacity.typ b/tables/chassis-capacity.typ new file mode 100644 index 0000000..8fc8248 --- /dev/null +++ b/tables/chassis-capacity.typ @@ -0,0 +1,14 @@ +#import "../lib/unify.typ": qty + +#figure( + table( + columns: 3, + table.header([Capacity], [Power budget], [Notes]), + [Per module], [$qty(185, "mA") at plus.minus qty(15, "V")$], [Maximum per position], + + [Per module], [$qty(100, "mA") at plus.minus qty(5, "VD")$], [Maximum per position], + + [Total], [Scales with capacity], [Power distribution must support all positions], + ), + caption: [Chassis capacity power requirements], +) -- cgit