From ca1f749c087bc19f6fbcebcd3ee34307959a95d5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:32:55 -0400 Subject: Spelling (#5020) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/guides/guide-for-latex-users.md | 2 +- docs/guides/page-setup.md | 2 +- docs/guides/tables.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/guides') 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], >>> ) ``` -- cgit v1.2.3