summaryrefslogtreecommitdiff
path: root/tests/typ/layout/place-float-figure.typ
blob: 4d76fd8f3d6659f9d994aaf5c9ff2b51428ce857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Test floating figures.

---
#set page(height: 250pt, width: 150pt)

= Introduction
#lorem(10) #footnote[Lots of Latin]

#figure(
  placement: bottom,
  caption: [A glacier #footnote[Lots of Ice]],
  image("/assets/images/glacier.jpg", width: 80%),
)

#lorem(40)

#figure(
  placement: top,
  caption: [An important],
  image("/assets/images/diagram.svg", width: 80%),
)