diff --git a/slides/intro.de.md b/slides/intro.de.md
index 72f677b..36c7c69 100644
--- a/slides/intro.de.md
+++ b/slides/intro.de.md
@@ -15,11 +15,12 @@ Um das Skript für das Tutorium kompilieren zu können, müssen zunächst ein pa
Exkurs: Eine Kommandozeile öffnen
@content
-* Für die kommenden Aufgaben brauchen wir eine Kommandozeile
-* Je nach Betriebssystem, das verwendet wird, gibt es unteschiedliche Wege, sie zu öffnen
-* **Windows**: Drückt die Windows-Taste, tippt *cmd* und drückt Enter
-* **MacOS**: Drückt die *Command*-Taste und die Leertaste gleichzeitig, tippt danach *Terminal* und macht einen Doppelklick auf *Terminal*
-* **Linux**: Drückt ``Strg + Alt + T``
+* Für die kommenden Aufgaben brauchen wir eine Kommandozeile.
+* Je nach Betriebssystem, das verwendet wird, gibt es unteschiedliche Wege, sie zu öffnen:
+
+ * **Windows**: Drückt die Windows-Taste, tippt *cmd* und drückt Enter
+ * **MacOS**: Drückt die *Command*-Taste und die Leertaste gleichzeitig, tippt danach *Terminal* und macht einen Doppelklick auf *Terminal*
+ * **Linux**: Drückt Strg + Alt + T
@slide(layout=content-only)
@@ -27,15 +28,15 @@ Exkurs: Eine Kommandozeile öffnen
Den Compiler installieren
@content
-* Der Compiler übersetzt unseren LaTeX-Code in ein PDF
+* Der Compiler übersetzt unseren LaTeX-Code in ein ansprechend formatiertes PDF-Dokument.
* Je nach Betriebssystem stehen unterschiedliche Compiler zur Verfügung:
-* Windows: MikTEX
-* Linux-Distributionen: TEXLive
- * Debian-basierte Distros: Führt `sudo apt install texlive-full` aus
- * Andere Distributionen: Folgt den anweisungen auf der TEXLive-Website
+
+ * Windows: MikTEX
+ * Linux: TEXLive (bestenfalls `texlive-full`)
+ * macOS: MacTEX
-Bitte achtet darauf, die full version mit allen Paketen zu installieren, wenn ihr die Auswahl habt!
+Unter Windows sollte nach der Installation in der MikTEX-Console einmal nach Updates gesucht werden, um spätere Probleme zu vermeiden.
@slide(layout=content-only)
@@ -44,10 +45,10 @@ Bitte achtet darauf, die full version mit allen Paketen zu installieren, wenn ih
Installieren des Editors
@content
-* Ein Editor kann heruntergeladen werden, sobald die Installation des Compilers fertig ist
-* Es funktioniert jeglicher Text-Editor, wie etwa
Windows-Nutzer:innen: Um Dateiendungen zu aktivieren, klickt auf das Ansichts-Tab im Dateiexplorer und wählt *Dateiendungen*. So könnt ihr besser zwischen den einzelnen main-Files unterscheiden.
diff --git a/slides/intro.en.md b/slides/intro.en.md
index fa418c5..6158ebd 100644
--- a/slides/intro.en.md
+++ b/slides/intro.en.md
@@ -15,12 +15,12 @@ In order to compile the script for this tutorial, a few steps have to be followe
Digression: Opening a command prompt
@content
-* For the following tasks, we are going to need a command prompt
-* It can be opened in different ways, depending on your operating system
+* For the following tasks, we are going to need a command prompt.
+* It can be opened in different ways, depending on your operating system.
- * **Windows**: Press the Windows key and type in *cmd*, press Enter
- * **MacOS**: Press the *Command* key and the *space bar* simultaneously, then type in *Terminal* and double click on *Terminal*
- * **Linux**: Press ``Ctrl + Alt + T``
+ * **Windows**: Press the Windows key and type in *cmd*, press
Enter.
+ * **MacOS**: Press the *Command* key and the *space bar* simultaneously, then type in *Terminal* and double click on *Terminal*.
+ * **Linux**: Press
Ctrl +
Alt +
T.
@slide(layout=content-only)
@@ -28,16 +28,15 @@ Digression: Opening a command prompt
Installing the compiler
@content
-* The compiler translates our L
AT
EX code into a PDF
-* Depending on your operating system, different compilers are available
-* Windows:
MikTEX
-* macOS:
MacTEX
-* Linux distributions:
TEXLive
- * Debian-based distributions: run `sudo apt install texlive-full`
- * other distributions: see the T
EXLive website
+* The compiler translates our L
AT
EX code into a properly formatted PDF document.
+* Depending on your operating system, different compilers are available:
+
+ * Windows:
MikTEX
+ * Linux:
TEXLive (preferably `texlive-full`)
+ * macOS:
MacTEX
-Make sure to install the full version with all packages, if you can!
+On Windows, please open the MikTEX Console once and search for updates.
@slide(layout=content-only)
@@ -46,10 +45,10 @@ Make sure to install the full version with all packages, if you can!
Installing the editor
@content
-* An editor can downloaded once the compiler has been installed
-* For editing LaTeX documents, any text editor works fine, e.g.,
Notepad++,
VSCode
-* For beginners,
TEXstudio is recommended due to its LaTeX-specific features
-* Download and install T
EXstudio
+* An editor can be downloaded once the compiler has been installed.
+* For editing LaTeX documents, any text editor works fine, e. g.,
Notepad++ or
VSCode.
+* For beginners, we recommend
TEXstudio due to its LaTeX-specific features.
+* Download and install T
EXstudio.
@slide(layout=content-only)
@title