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