blob: 400bed766c8a4874c96b8e3bdec5557e8e13f3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Dimension], [Value]),
[Height], [$qty(162.7, "mm")$],
[Width], [$qty(35.6, "mm")$],
[Depth], [$qty(150, "mm")$],
),
caption: [Cassette internal dimensions],
) <table-cassette-internal-dimensions>
|