diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-19 11:04:20 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-19 11:04:20 +0200 |
| commit | 56a96881a54dd3784e0db22e36130eddf4e19a02 (patch) | |
| tree | 4a1a78c35663a81a77406e5b21f0b8d423e98130 /docs/src/tutorial | |
| parent | 551ea99d05166b0be50792f767ddd38b996e32fa (diff) | |
Doc links for function scopes
Diffstat (limited to 'docs/src/tutorial')
| -rw-r--r-- | docs/src/tutorial/1-writing.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md index 6bb6087e..a2a2ca65 100644 --- a/docs/src/tutorial/1-writing.md +++ b/docs/src/tutorial/1-writing.md @@ -269,17 +269,17 @@ $ 7.32 beta + Not all math constructs have special syntax. Instead, we use functions, just like the `image` function we have seen before. For example, to insert a column -vector, we can use the [`vec`]($func/vec) function. Within math mode, function -calls don't need to start with the `#` character. +vector, we can use the [`vec`]($func/math.vec) function. Within math mode, +function calls don't need to start with the `#` character. ```example $ v := vec(x_1, x_2, x_3) $ ``` Some functions are only available within math mode. For example, the -[`cal`]($func/cal) function is used to typeset calligraphic letters commonly -used for sets. The [math section of the reference]($category/math) provides a -complete list of all functions that math mode makes available. +[`cal`]($func/math.cal) function is used to typeset calligraphic letters +commonly used for sets. The [math section of the reference]($category/math) +provides a complete list of all functions that math mode makes available. One more thing: Many symbols, such as the arrow, have a lot of variants. You can select among these variants by appending a dot and a modifier name to a symbol's |
