diff options
Diffstat (limited to 'docs/reference/groups.yml')
| -rw-r--r-- | docs/reference/groups.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index 16ded697..0cbf656a 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -9,8 +9,8 @@ details: | Alternate typefaces within formulas. - These functions are distinct from the [`text`]($text) function because math - fonts contain multiple variants of each letter. + These functions are distinct from the [`text`] function because math fonts + contain multiple variants of each letter. - name: styles title: Styles @@ -20,8 +20,8 @@ details: | Alternate letterforms within formulas. - These functions are distinct from the [`text`]($text) function because math - fonts contain multiple variants of each letter. + These functions are distinct from the [`text`] function because math fonts + contain multiple variants of each letter. - name: sizes title: Sizes @@ -131,10 +131,10 @@ This module defines the following items: - - The `sys.version` constant (of type [`version`]($version)) that specifies + - The `sys.version` constant (of type [`version`]) that specifies the currently active Typst compiler version. - - The `sys.inputs` [dictionary]($dictionary), which makes external inputs + - The `sys.inputs` [dictionary], which makes external inputs available to the project. An input specified in the command line as `--input key=value` becomes available under `sys.inputs.key` as `{"value"}`. To include spaces in the value, it may be enclosed with |
