summaryrefslogtreecommitdiff
path: root/docs/src/tutorial
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-21 18:20:15 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-21 18:20:15 +0100
commit4428646c9997171e3aea25ad2f0c151755f072da (patch)
tree7025c392bb265c8924feb9c5058d0b864ab637b0 /docs/src/tutorial
parent53b57d82942537929463793b3a50654462cf78d7 (diff)
Documentation changesv23-03-21
Diffstat (limited to 'docs/src/tutorial')
-rw-r--r--docs/src/tutorial/welcome.md22
1 files changed, 6 insertions, 16 deletions
diff --git a/docs/src/tutorial/welcome.md b/docs/src/tutorial/welcome.md
index b2733da1..e2882561 100644
--- a/docs/src/tutorial/welcome.md
+++ b/docs/src/tutorial/welcome.md
@@ -9,9 +9,10 @@ introduce more advanced features. This tutorial does not assume prior knowledge
of Typst, other Markup languages, or programming. We do assume that you know how
to edit a text file.
-The best way to start is to open the Typst app and follow along with the
-steps below. Do not have preview access yet?
-[Sign up for the wait list](https://typst.app).
+The best way to start is to sign up to the Typst app for free and follow along
+with the steps below. The app gives you instant preview, syntax highlighting and
+helpful autocompletions. Alternatively, you can follow along in your local text
+editor with the [open-source CLI](https://github.com/typst/typst).
## When to use Typst
Before we get started, let's check what Typst is and when to use it. Typst is a
@@ -26,20 +27,9 @@ in the math, physics, and engineering fields. Finally, due to its strong styling
and automation features, it is an excellent choice for any set of documents that
share a common style, such as a book series.
-## How to get access to Typst
-Starting December 26th, 2022, we are conducting a closed infrastructure test
-into which we invite a small number of people from our wait list. A few months
-later we will start a public beta of our web app and open source Typst
-(currently planned for March of 2023).
-
-At that point, we will also give you the option to download a local command line
-compiler for Typst. This way, you can always compile your documents
-independently from our web app. Still, the web app offers many useful feature
-like live preview, autocompletion and collaboration for teams.
-
## What you will learn
-This tutorial has four chapters. Each chapter builds on the previous one. Here is
-what you will learn in each of them:
+This tutorial has four chapters. Each chapter builds on the previous one. Here
+is what you will learn in each of them:
1. [Writing in Typst:]($tutorial/writing-in-typst) Learn how to write text and
insert images, equations, and other elements.