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-grid-origin.typ | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tables/panels-grid-origin.typ (limited to 'tables/panels-grid-origin.typ') diff --git a/tables/panels-grid-origin.typ b/tables/panels-grid-origin.typ new file mode 100644 index 0000000..612a075 --- /dev/null +++ b/tables/panels-grid-origin.typ @@ -0,0 +1,15 @@ +#import "../lib/unify.typ": qty + +#figure( + table( + columns: 2, + table.header([Parameter], [Value]), + [Origin X], [$qty(9.525, "mm")$ from left edge (first column center)], + [Origin Y], [$qty(22.225, "mm")$ from top edge (first row center)], + [Column pitch], [$qty(19.95, "mm")$ ($qty(0.75, "inch")$)], + [Row pitch], [$qty(19.95, "mm")$ ($qty(0.75, "inch")$)], + [Columns], [$2$], + [Rows], [$8$], + ), + caption: [Panels grid orign], +) -- cgit