diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-10-09 16:04:10 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-10-09 16:04:10 +0200 |
| commit | f474639ebe6f1bc7d5ab398ae1df16af48c77708 (patch) | |
| tree | ad16b345498bfe75cef96af4fa38efc058795a25 /README.md | |
| parent | 7b61d722ddcd609e7bb51a454b27dd883f620357 (diff) | |
Hashtag -> Hash
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ Let's dissect what's going on: select a particular symbol variant. - Now, we get to some [scripting]. To input code into a Typst document, we can - write a hashtag followed by an expression. We define two variables and a + write a hash followed by an expression. We define two variables and a recursive function to compute the n-th fibonacci number. Then, we display the results in a center-aligned table. The table function takes its cells row-by-row. Therefore, we first pass the formulas `$F_1$` to `$F_8$` and then |
