diff options
| author | Alex Saveau <saveau.alexandre@gmail.com> | 2023-04-19 10:08:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 19:08:59 +0200 |
| commit | b285bea41de7bea0ea33878d812fd4a046913128 (patch) | |
| tree | 264023ec2642df51ebf87e2eb638d46cd3e63b58 /docs | |
| parent | f08ae95b9d8be5165f9c8cac4c755d0510c3a18a (diff) | |
Make `dot` be multiplication and add `dot.period` for periods (#747)
Diffstat (limited to 'docs')
| -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 5d740336..1926fb77 100644 --- a/docs/src/reference/details.yml +++ b/docs/src/reference/details.yml @@ -31,7 +31,7 @@ math: | ```example $ A = pi r^2 $ - $ "area" = pi dot.op "radius"^2 $ + $ "area" = pi dot "radius"^2 $ $ cal(A) := { x in RR | x "is natural" } $ #let x = 5 @@ -39,7 +39,7 @@ math: | ``` Math mode makes a wide selection of [symbols]($category/symbols/sym) like - `pi`, `dot.op`, or `RR` available. Many mathematical symbols are available in + `pi`, `dot`, 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 |
