summaryrefslogtreecommitdiff
path: root/docs/src/tutorial
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-14 14:39:19 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-14 14:39:19 +0100
commit618beb1ac1cd04b203654d5a019c0ed04e4c26cb (patch)
treedffebe04a10cfdc9a046938c3c0653e0c203bdc3 /docs/src/tutorial
parentb9c0fd87d304942db315ca6fdbccddf233d045cd (diff)
Fix links
Diffstat (limited to 'docs/src/tutorial')
-rw-r--r--docs/src/tutorial/1-writing.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md
index 037801b5..50ae699c 100644
--- a/docs/src/tutorial/1-writing.md
+++ b/docs/src/tutorial/1-writing.md
@@ -239,8 +239,8 @@ $ 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
+[`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.
One more thing: Many symbols, such as the arrow, have a lot of variants. You can
@@ -251,8 +251,9 @@ name:
$ a arrow.squiggly b $
```
-This notation is also available in markup mode, but the complete symbol name
-with modifiers must then be enclosed in colons. See the documentation of the [text]($category/text) and [math sections]($category/math) for more details.
+This notation is also available in markup mode, but the symbol name must be
+preceded with `#sym.` there. See the [symbols section]($category/symbols/sym)
+for a list of all available symbols.
## Review
You have now seen how to write a basic document in Typst. You learned how to