summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/cite-locate.typ
blob: 699bb085d1aa1a8d3c4df8c27e403e028a70d9d0 (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],
)

#context [Citation @distress on page #here().page()]

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