📄 receipt.typ
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#set page(
  width: 7cm,
  height: auto,
  margin: (y: 0.1cm, x: 0.05cm),
  fill: none,
)
#set text(font: "Times New Roman")

#show title: set align(center)
#title[Mårtens Split App]

#set par(justify: true)

#lorem(40)