typst/tests/typ/bugs/2715-float-order.typ

20 lines
232 B
Plaintext

#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)