summaryrefslogtreecommitdiff
path: root/docs/reference/library/introspection.md
blob: f48a9937c73014709d0ab994eb9f674715d4ad11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Interactions between document parts.

This category is home to Typst's introspection capabilities: With the `counter`
function, you can access and manipulate page, section, figure, and equation
counters or create custom ones. Meanwhile, the `query` function lets you search
for elements in the document to construct things like a list of figures or
headers which show the current chapter title.

Most of the functions are _contextual._ It is recommended to read the chapter on
[context] before continuing here.