diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-09-26 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 17:32:55 +0000 |
| commit | ca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch) | |
| tree | afa4bc0fca4b27d15b99df6da625090b0ef864f2 /docs/guides | |
| parent | 3c90878460cecaaa7ac879ba0973f94705b7c062 (diff) | |
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/guides')
| -rw-r--r-- | docs/guides/guide-for-latex-users.md | 2 | ||||
| -rw-r--r-- | docs/guides/page-setup.md | 2 | ||||
| -rw-r--r-- | docs/guides/tables.md | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 8c3b5601..c845747b 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -469,7 +469,7 @@ Aside from the official package repository, you might also want to check out the compiles a curated list of resources created for Typst. If you need to load functions and variables from another file within your -project, for example to use a template, you can use use the same +project, for example to use a template, you can use the same [`{import}`]($scripting/#modules) statement with a file name rather than a package specification. To instead include the textual content of another file, you can use an [`{include}`]($scripting/#modules) statement. It will retrieve diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md index f37ec3b4..0c5bdf6d 100644 --- a/docs/guides/page-setup.md +++ b/docs/guides/page-setup.md @@ -188,7 +188,7 @@ conditionally remove the header on the first page: This example may look intimidating, but let's break it down: By using the `{context}` keyword, we are telling Typst that the header depends on where we are in the document. We then ask Typst if the page [counter] is larger than one -at our (context-dependant) current position. The page counter starts at one, so +at our (context-dependent) current position. The page counter starts at one, so we are skipping the header on a single page. Counters may have multiple levels. This feature is used for items like headings, but the page counter will always have a single level, so we can just look at the first one. diff --git a/docs/guides/tables.md b/docs/guides/tables.md index 9a61117d..39eb39f6 100644 --- a/docs/guides/tables.md +++ b/docs/guides/tables.md @@ -714,7 +714,7 @@ very first and last line. align: center + horizon, table.header[Technique][Advantage][Drawback], [Diegetic], [Immersive], [May be contrived], - [Extradiegetic], [Breaks immersion], [Obstrusive], + [Extradiegetic], [Breaks immersion], [Obtrusive], [Omitted], [Fosters engagement], [May fracture audience], ) ``` @@ -746,7 +746,7 @@ below the first row: >>> align: center + horizon, >>> table.header[Technique][Advantage][Drawback], >>> [Diegetic], [Immersive], [May be contrived], ->>> [Extradiegetic], [Breaks immersion], [Obstrusive], +>>> [Extradiegetic], [Breaks immersion], [Obtrusive], >>> [Omitted], [Fosters engagement], [May fracture audience], >>> ) ``` @@ -777,7 +777,7 @@ The next example shows how to draw all but the outer lines: >>> align: center + horizon, >>> table.header[Technique][Advantage][Drawback], >>> [Diegetic], [Immersive], [May be contrived], ->>> [Extradiegetic], [Breaks immersion], [Obstrusive], +>>> [Extradiegetic], [Breaks immersion], [Obtrusive], >>> [Omitted], [Fosters engagement], [May fracture audience], >>> ) ``` @@ -812,7 +812,7 @@ calendar. >>> align: center + horizon, >>> table.header[Technique][Advantage][Drawback], >>> [Diegetic], [Immersive], [May be contrived], ->>> [Extradiegetic], [Breaks immersion], [Obstrusive], +>>> [Extradiegetic], [Breaks immersion], [Obtrusive], >>> [Omitted], [Fosters engagement], [May fracture audience], >>> ) ``` |
