typst/tests/typ/layout/grid-auto-shrink.typ
2022-11-30 14:49:55 +01:00

13 lines
270 B
Typst

// Test iterative auto column shrinking.
---
#set page(width: 210mm - 2 * 2.5cm + 2 * 10pt)
#set text(11pt)
#table(
columns: 4,
[Hello!],
[Hello there, my friend!],
[Hello there, my friends! Hi!],
[Hello there, my friends! Hi! What is going on right now?],
)