diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-06 17:55:06 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-06 17:55:06 +0100 |
| commit | ef44c3848a84d80defb15160c230207de963881e (patch) | |
| tree | 63da309ecaedfed258f6f196c46b0fba0b054801 /docs/src/reference | |
| parent | 149e2b055bbf19d6908d825817f2edbb6bb66abb (diff) | |
Add missing `.op` modifiers
Diffstat (limited to 'docs/src/reference')
| -rw-r--r-- | docs/src/reference/details.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/reference/details.yml b/docs/src/reference/details.yml index 1360b989..a53330f8 100644 --- a/docs/src/reference/details.yml +++ b/docs/src/reference/details.yml @@ -34,13 +34,13 @@ math: | ```example $ A = pi r^2 $ - $ "area" = pi dot "radius"^2 $ + $ "area" = pi dot.op "radius"^2 $ $ cal(A) := { x in RR | x "is natural" } $ ``` Math mode makes a wide selection of [symbols]($category/math/symbols) like - `pi`, `dot`, or `RR` available. Many mathematical symbols are available in + `pi`, `dot.op`, or `RR` available. Many mathematical symbols are available in different variants. You can select between different variants by applying [modifiers]($type/symbol) to the symbol. Typst further recognizes a number of shorthand sequences like `=>` that approximate a symbol. When such a shorthand |
