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/panels-zones.typ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tables/panels-zones.typ (limited to 'tables/panels-zones.typ') diff --git a/tables/panels-zones.typ b/tables/panels-zones.typ new file mode 100644 index 0000000..971ced2 --- /dev/null +++ b/tables/panels-zones.typ @@ -0,0 +1,14 @@ +#import "../lib/unify.typ": qtyrange + +#figure( + table( + columns: 3, + table.header([Zone], [Height range], [Function]), + [Top lip], [$qtyrange(0, 6.35, "mm")$], [Extends above cassette body], + + [Body], [$qtyrange(6.35, 171.45, "mm")$], [Jack and control area], + + [Bottom lip], [$qtyrange(171.45, 177.8, "mm")$], [Extends below cassette body], + ), + caption: [Panels zones], +) -- cgit