diff options
Diffstat (limited to 'tables/panels-zones.typ')
| -rw-r--r-- | tables/panels-zones.typ | 14 |
1 files changed, 14 insertions, 0 deletions
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], +) <table-panels-zones> |
