typst/docs/reference/library/introspection.md
Laurenz aa19474ad3 Export target docs
Co-Authored-By: Martin Haug <3874949+reknih@users.noreply.github.com>
2025-02-05 14:19:38 +01:00

11 lines
511 B
Markdown

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.