typstcard/cards_a6_a4sheet.typ

10 lines
175 B
Plaintext
Raw Permalink Normal View History

2024-01-20 08:43:53 +00:00
#{
import "common.typ"
let options = json("cache/options.json")
let cards = options.cards
let args = options.args
common.iso216_a_card_sheets(4, 6, args, cards)
}