typstcard/cards_a6_lettersheet.typ

13 lines
221 B
Plaintext
Raw Normal View History

2023-11-30 18:23:40 +00:00
#{
set page("us-letter", margin: 0em)
import "common.typ"
2024-01-20 06:47:46 +00:00
let options = json("cache/options.json")
2023-11-30 18:23:40 +00:00
let cards = options.cards
let args = options.args
common.card_sheets(148mm, 105mm, 1in/16, args, cards)
}