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
|
|
|
|
|
2024-01-20 18:56:02 +00:00
|
|
|
common.sticker_sheets(148mm, 105mm, 1in/16, args, cards)
|
2023-11-30 18:23:40 +00:00
|
|
|
|
|
|
|
}
|