packages feed

typst-0.1.0.0: test/typ/layout/page-margin-00.typ

// Set all margins at once.
#[
  #set page(height: 20pt, margin: 5pt)
  #place(top + left)[TL]
  #place(bottom + right)[BR]
]