From 56a96881a54dd3784e0db22e36130eddf4e19a02 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 19 May 2023 11:04:20 +0200 Subject: Doc links for function scopes --- docs/src/tutorial/1-writing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/src/tutorial') 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 -- cgit v1.2.3