remove typo

This commit is contained in:
Fradtschuk 2022-01-20 20:37:44 +01:00
parent 42d12f31a9
commit e800dbfcd6

View File

@ -392,5 +392,5 @@ Structure your document and text
* 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.
* Finally, **comment out** the preamble, the document environment, and the table of contents. Only this way, your solution can be embedded in the script itself (In TeXstudio, comments can be achieved by the shortcut Ctrl+D). * Finally, **comment out** the preamble, the document environment, and the table of contents. Only this way, your solution can be embedded in the script itself (In TeXstudio, comments can be achieved by the shortcut Ctrl+T).