change // to \

This commit is contained in:
Fradtschuk 2021-05-23 21:39:27 +02:00
parent 55180079b3
commit d68b809b11

View File

@ -391,7 +391,7 @@ Structure your document and text
\usepackage{csquotes} \usepackage{csquotes}
``` ```
* ++ As you may already have noticed, **paragraphs** are marked as `//`. Use real paragraphs instead. * ++ As you may already have noticed, **paragraphs** are marked as `\\`. Use real paragraphs instead.
* ++ Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.). * ++ Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.).
* ++ Add a **table of contents.** to your document. * ++ Add a **table of contents.** to your document.