mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
20 lines
232 B
Typst
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)
|