summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 11:37:52 +0100
committerGitHub <noreply@github.com>2024-02-28 10:37:52 +0000
commita518e2dd4d829b45b0887da28acb77d0568894ab (patch)
treee7387b27e299383a0bd1a26ad58f485630cb23b7 /docs/tutorial
parente16d3f5a67a31154797b4d56cdc6ed142ee2a7cf (diff)
Move docs generation code (#3519)
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/1-writing.md4
-rw-r--r--docs/tutorial/2-formatting.md2
-rw-r--r--docs/tutorial/3-advanced.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/tutorial/1-writing.md b/docs/tutorial/1-writing.md
index 23fdb675..de2af62f 100644
--- a/docs/tutorial/1-writing.md
+++ b/docs/tutorial/1-writing.md
@@ -9,7 +9,7 @@ you create a new project on the Typst app. You'll be taken to the editor where
you see two panels: A source panel where you compose your document and a
preview panel where you see the rendered document.
-![Typst app screenshot](screenshots/1-writing-app.png)
+![Typst app screenshot](1-writing-app.png)
You already have a good angle for your report in mind. So let's start by writing
the introduction. Enter some text in the editor panel. You'll notice that the
@@ -77,7 +77,7 @@ click the button with the arrow in the top-right corner. This opens the upload
dialog, in which you can pick files to upload from your computer. Select an
image file for your report.
-![Upload dialog](screenshots/1-writing-upload.png)
+![Upload dialog](1-writing-upload.png)
We have seen before that specific symbols (called _markup_) have specific
meaning in Typst. We can use `=`, `-`, `+`, and `_` to create headings, lists
diff --git a/docs/tutorial/2-formatting.md b/docs/tutorial/2-formatting.md
index a0fb3a98..58095f94 100644
--- a/docs/tutorial/2-formatting.md
+++ b/docs/tutorial/2-formatting.md
@@ -82,7 +82,7 @@ hitting the Escape key and opened again by typing `#` or hitting
right arguments for functions. Most suggestions come with a small description of
what they do.
-![Autocomplete panel](screenshots/2-formatting-autocomplete.png)
+![Autocomplete panel](2-formatting-autocomplete.png)
## Set up the page { #page-setup }
Back to set rules: When writing a rule, you choose the function depending on
diff --git a/docs/tutorial/3-advanced.md b/docs/tutorial/3-advanced.md
index 92aafbad..2393a474 100644
--- a/docs/tutorial/3-advanced.md
+++ b/docs/tutorial/3-advanced.md
@@ -16,7 +16,7 @@ left toolbar and create a team. Finally, click on the new team and go to its
settings by clicking 'manage team' next to the team name. Now you can invite
your supervisor by email.
-![The team settings](screenshots/3-advanced-team-settings.png)
+![The team settings](3-advanced-team-settings.png)
Next, move your project into the team: Open it, going to its settings by
choosing the gear icon in the left toolbar and selecting your new team from the
@@ -489,7 +489,7 @@ We are now in compliance with all of these styles and can submit the paper to
the conference! The finished paper looks like this:
<img
- src="screenshots/3-advanced-paper.png"
+ src="3-advanced-paper.png"
alt="The finished paper"
style="box-shadow: 0 4px 12px rgb(89 85 101 / 20%); width: 500px; max-width: 100%; display: block; margin: 24px auto;"
>