Compare commits

...

3 Commits

3 changed files with 13 additions and 5 deletions

View File

@ -379,7 +379,7 @@ List of figures and list of tables
Structure your document and text
@content
* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`.
* Open the file `document-structure.tex`. It is located in the directory `exercises/basic-document-structure`.
* ++ Wrap the entire text in `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document:
``` {.lang-tex .hljs .fragment}
@ -393,5 +393,5 @@ Structure your document and text
* ++ 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.).
* ++ Add a **table of contents.** to your document.
* ++ Add a **table of contents** to your document.

View File

@ -352,8 +352,12 @@ Sonderzeichen & Symbole
Sonderzeichen einfügen
@content
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `special-characters.tex` im Ordner `exercises/special-characters` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*.
<div class="box warning">
Kompiliert von nun an immer die Datei `main.tex`, um eure Änderungen im Skript zu sehen (in diesem Fall im Abschnitt „Übung 5“).
</div>
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*.
* ++ Ersetzt die Bindestriche bei den Öffnungszeiten der ERBA durch **Halbgeviertstriche**.
* ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*.
* ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*.
* ++ Ersetzt das Wort *Euro* durch ein **Euro-Zeichen**.

View File

@ -350,7 +350,11 @@ Special characters & symbols
Insert special characters
@content
* Replace the spaces in `special-characters.tex` within the abbreviations by **thin spaces**. You can find the file in `exercises/special-characters`. On top of that, replace the space before the word *Euro* by a thin space.
<div class="box warning">
From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”).
</div>
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“z.&thinsp;B.”, “u.&thinsp;a.”) by **thin spaces**. On top of that, replace the space before the word *Euro* by a thin space.
* ++ Replace the hyphens by a **dash** (`--`).
* ++ Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*.
* ++ Replace *Euro* by a **Euro sign**.