diff options
| author | maxwell-thum <119913396+maxwell-thum@users.noreply.github.com> | 2023-05-14 23:58:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 08:58:05 +0200 |
| commit | 0fcac6d27ebb92e7435ac71bfcc37eae07230f2e (patch) | |
| tree | 547656c1806dffc6941589b0e464e488d544de83 | |
| parent | 659f27bf6a183876ed8f4608144f4ba7740a5eb3 (diff) | |
Small typo in 1-writing.md (#1189)
| -rw-r--r-- | docs/src/tutorial/1-writing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md index 2df4efc7..21292d21 100644 --- a/docs/src/tutorial/1-writing.md +++ b/docs/src/tutorial/1-writing.md @@ -184,7 +184,7 @@ Typst's native bibliography format is [Hayagriva](https://github.com/typst/hayagriva/blob/main/docs/file-format.md), but for compatibility you can also use BibLaTeX files. As your classmate has already done a literature survey and sent you a `.bib` file, you'll use that -one. Upload the file through the final panel to access it in Typst. +one. Upload the file through the file panel to access it in Typst. Once the document contains a bibliography, you can start citing from it. Citations use the same syntax as references to a label. As soon as you cite a |
