packages feed

typst-0.1.0.0: test/typ/layout/block-sizing-01.typ

// Layout inside a block with certain dimensions should provide those dimensions.

#set page(height: 120pt)
#block(width: 60pt, height: 80pt, layout(size => [
  This block has a width of #size.width and height of #size.height
]))