summaryrefslogtreecommitdiff
path: root/tests/typ/layout/place-float-columns.typ
blob: e2b88d46099f66fc297f8477d7d185b6a18dc572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Test floats in columns.

---
#set page(height: 200pt, width: 300pt)
#show: columns.with(2)

= Introduction
#figure(
  placement: bottom,
  caption: [A glacier],
  image("/assets/images/glacier.jpg", width: 50%),
)
#lorem(45)
#figure(
  placement: top,
  caption: [A rectangle],
  rect[Hello!],
)
#lorem(20)