diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-20 21:56:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-20 22:09:10 +0100 |
| commit | 2d16f9434f46ab591cede54def23ae4bc477b668 (patch) | |
| tree | c6b113b2da8ab526804f7b17bc1edd1b0fa6c34f /docs/src/reference/details.yml | |
| parent | 22bf0117a0613dc63ace4c495f97bd980db0140c (diff) | |
Documentation for citation, bibliography, and content
Diffstat (limited to 'docs/src/reference/details.yml')
| -rw-r--r-- | docs/src/reference/details.yml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/src/reference/details.yml b/docs/src/reference/details.yml index 789e5390..25799402 100644 --- a/docs/src/reference/details.yml +++ b/docs/src/reference/details.yml @@ -95,10 +95,17 @@ visualize: | be in the future. meta: | - Document structuring and metadata setup. + Document structuring, introspection, and metadata configuration. - Here, you can find functions to structure your document and configure its - metadata. + Here, you can find functions to structure your document and interact with that + structure. This includes section headings and figures, bibliography + management, cross-referencing and more. + + Moreover, 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. And 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. symbols: | These two modules give names to symbols and emoji to make them easy to insert @@ -114,6 +121,8 @@ sym: | [formulas]($category/math), these symbols can be used without the `#sym.` prefix. + The `d` in an integral's `dx` can be written as `[$dif x$]`. + emoji: | Named emoji. |
