summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/cite-locate.typ
blob: 4eb95b54e2203ae0a438eeeda329379379e9b05c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Test citation in other introspection.

---
#set page(width: 180pt)
#set heading(numbering: "1")

#outline(
  title: [List of Figures],
  target: figure.where(kind: image),
)

#pagebreak()

= Introduction <intro>
#figure(
  rect[-- PIRATE --],
  caption: [A pirate @arrgh in @intro],
)

#locate(loc => [Citation @distress on page #loc.page()])

#pagebreak()
#bibliography("/files/works.bib", style: "chicago-notes")