13 lines
217 B
XML
13 lines
217 B
XML
#{
|
|
set page("us-letter", margin: 0em)
|
|
|
|
import "common.typ"
|
|
|
|
let options = json("cache/options.json")
|
|
let cards = options.cards
|
|
let args = options.args
|
|
|
|
common.card_sheets(6in, 4in, 1in/16, args, cards)
|
|
|
|
}
|