typst/tests/typ/bugs/2715-float-order.typ
2024-02-27 12:34:26 +00:00

20 lines
232 B
Typst

#set page(height: 170pt)
#set figure(placement: auto)
#figure(
rect(height: 60pt),
caption: [Rectangle I],
)
#figure(
rect(height: 50pt),
caption: [Rectangle II],
)
#figure(
circle(),
caption: [Circle],
)
#lorem(20)