diff --git a/labels_dymo.typ b/labels_dymo.typ new file mode 100644 index 0000000..13fa880 --- /dev/null +++ b/labels_dymo.typ @@ -0,0 +1,20 @@ +#{ + set page(width: 3.5in, height: 1.125in, margin: 0em) + + import "common.typ" + + let options = json("options.json") + let cards = options.cards + + for (idx, card) in cards.enumerate() { + if idx != 0 { + pagebreak() + } + place( + top + left, + dx: 1in/16, + dy: 1in/16, + common.address_block(2.5in, 1in, card) + ) + } +} diff --git a/labels.typ b/labels_lettersheet.typ similarity index 100% rename from labels.typ rename to labels_lettersheet.typ