summaryrefslogtreecommitdiff
path: root/tests/typ/layout/grid-auto-shrink.typ
blob: 4d9ef0d81f46f46524083ed8ccdb1bf4b8220d1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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?],
)