diff --git a/slides/chapter-01.en.md b/slides/chapter-01.en.md
index 9d8a9a6..aa746ae 100644
--- a/slides/chapter-01.en.md
+++ b/slides/chapter-01.en.md
@@ -66,7 +66,7 @@ Typography
- Type area construction by Villard (source)
+ Type area construction by Villard (source)
diff --git a/slides/chapter-02.de.md b/slides/chapter-02.de.md
index 4e68858..4ddfcff 100644
--- a/slides/chapter-02.de.md
+++ b/slides/chapter-02.de.md
@@ -135,7 +135,7 @@ Tastenkombinationen: Strg + T und Strg + U
Software-Installation
@content
-Bitte installiert **zuerst den Compiler**, also MikTeX (Windows), MacTeX (MacOS) bzw. TeX Live (Linux) und **danach den Editor**. In diesem Workshop verwenden wir TeXstudio.
+Bitte installiert **zuerst den Compiler**, also MikTeX (Windows), MacTeX (MacOS) bzw. TeX Live (Linux) und **danach den Editor.** In diesem Workshop verwenden wir TeXstudio.
* MikTeX (Windows):
* MacTeX (MacOS):
diff --git a/slides/chapter-02.en.md b/slides/chapter-02.en.md
index b2f2a9b..e61ec8a 100644
--- a/slides/chapter-02.en.md
+++ b/slides/chapter-02.en.md
@@ -12,7 +12,7 @@ WYSIWhat?
@content
### What You See Is What You Get {data-category=Word}
-* Formatting with immediate visual Feedback
+* Formatting with immediate visual feedback
### What You See Is What You Mean {data-category=LaTeX}
@@ -135,7 +135,7 @@ Shortcuts: Ctrl + T and Ctrl + U
Software installation
@content
-Please install **the compiler first** (MikTeX on Windows, MacTeX on MacOS, TeX Live on Linux), **followed by the editor**. In this workshop, we use TeXstudio.
+Please install **the compiler first** (MikTeX on Windows, MacTeX on MacOS, TeX Live on Linux), **followed by the editor.** In this workshop, we use TeXstudio.
* MikTeX (Windows):
* MacTeX (MacOS):
diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md
index 76489f7..7394a47 100644
--- a/slides/chapter-03.en.md
+++ b/slides/chapter-03.en.md
@@ -131,7 +131,7 @@ Embedded Text in another language:
@slide(layout=content-and-preview)
@title
-Languages – an example
+Languages — an example
@content
``` {.lang-tex .hljs}
@@ -168,9 +168,9 @@ just as multiple space characters. ↲
An empty line creates a new paragraph ↲
which has an indentation by default. ↲
Manual line breaks can be forced ↲
-using two backslashes, ↲
-but this use \\ ↲
-is strongly discouraged.
+using two backslashes, but this use ↲
+is strongly discouraged \\ ↲
+within continuous text.
```
@preview
diff --git a/slides/chapter-09.en.md b/slides/chapter-09.en.md
index 41f21c5..f45a49b 100644
--- a/slides/chapter-09.en.md
+++ b/slides/chapter-09.en.md
@@ -13,7 +13,7 @@ Formula environments 🧮
$2 \sqrt{\frac{\pi^2}{3} \cdot c_2}$
```
-Mathematical formulas are only accepted in the so-called **math mode**.
+Mathematical formulas are only accepted in the so-called **math mode.**
In-line formulas must therefore be guarded by two dollar signs.
We can also use the `equation` block environment:
diff --git a/slides/chapter-12.de.md b/slides/chapter-12.de.md
index 411c0c0..3c0f833 100644
--- a/slides/chapter-12.de.md
+++ b/slides/chapter-12.de.md
@@ -98,15 +98,16 @@ Die gesamte Tabelle
@content
``` {.hljs .lang-tex}
\begin{table}[h]
- \begin{tabular}{lrcl} \toprule
+ \begin{tabular}{lrcl}
+ \toprule
Sprache & Autor & Erscheinungsjahr & Aktuelle Version \\
\midrule
- C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
+ C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
Java & James Gosling & 1998 & 13 \\
Python & Guido van Rossum & 1991 & 3.8.0 \\
\bottomrule
- \end{tabular}
- \caption{Bekannte Programmiersprachen}
+ \end{tabular}
+ \caption{Bekannte Programmiersprachen}
\end{table}
```
diff --git a/slides/chapter-12.en.md b/slides/chapter-12.en.md
index 1619f12..f92e27f 100644
--- a/slides/chapter-12.en.md
+++ b/slides/chapter-12.en.md
@@ -98,16 +98,16 @@ The entire table
@content
``` {.hljs .lang-tex}
\begin{table}[h]
- \begin{tabular}{lrcl}
- \toprule
- Language & Author & Year & Version \\
- \midrule
- C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
- Java & James Gosling & 1998 & 13 \\
- Python & Guido van Rossum & 1991 & 3.8.0 \\
- \bottomrule
- \end{tabular}
- \caption{Well-known programming languages}
+ \begin{tabular}{lrcl}
+ \toprule
+ Language & Author & Year & Version \\
+ \midrule
+ C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
+ Java & James Gosling & 1998 & 13 \\
+ Python & Guido van Rossum & 1991 & 3.8.0 \\
+ \bottomrule
+ \end{tabular}
+ \caption{Well-known programming languages}
\end{table}
```
diff --git a/svg/chapter-03/paragraphs-crop.svg b/svg/chapter-03/paragraphs-crop.svg
index 46284d0..f479b23 100644
--- a/svg/chapter-03/paragraphs-crop.svg
+++ b/svg/chapter-03/paragraphs-crop.svg
@@ -1,12 +1,12 @@
-
diff --git a/svg/chapter-03/paragraphs.tex b/svg/chapter-03/paragraphs.tex
index cfc4c99..a5b16f6 100644
--- a/svg/chapter-03/paragraphs.tex
+++ b/svg/chapter-03/paragraphs.tex
@@ -6,7 +6,7 @@
\usepackage{hyperref}
\begin{document}
\thispagestyle{empty}
-\section*{paragraphs}
+\section*{Paragraphs}
Continous text can be written directly
in the source code.
Simple line breaks
@@ -16,7 +16,7 @@ just as multiple space characters.
An empty line creates a new paragraph
which has an indentation by default.
Manual line breaks can be forced
-using two backslashes,
-but this use \\
-is strongly discouraged.
+using two backslashes, but this use
+is strongly discouraged \\
+within continuous text.
\end{document}