summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/2715-float-order.typ
blob: af0684a1cfdaca59b4bd98b140902519a45f1b0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#set page(height: 180pt)
#set figure(placement: auto)

#figure(
  rect(height: 60pt),
  caption: [Rectangle I],
)

#figure(
  rect(height: 50pt),
  caption: [Rectangle II],
)

#figure(
  circle(),
  caption: [Circle],
)

#lorem(20)