typst/tests/typ/layout/stack-2.typ
2021-10-26 14:56:10 +02:00

25 lines
318 B
XML

// Test fr units in stacks.
---
#page(height: 3.5cm)
#stack(
dir: ltr,
spacing: 1fr,
..for c in "ABCDEFGHI" {([#c],)}
)
Hello
#v(2fr)
from #h(1fr) the #h(1fr) wonderful
#v(1fr)
World! 🌍
---
#page(height: 2cm)
#font(white)
#box(fill: forest)[
#v(1fr)
#h(1fr) Hi you! #h(5pt)
#v(5pt)
]