Compare commits

...

6 Commits

Author SHA1 Message Date
f7a79ba36d Point to task file 2021-05-28 12:57:13 +02:00
a674eb2fe3 Rename task files 2021-05-28 12:56:43 +02:00
879185015b Add remark on relative file paths 2021-05-28 12:51:21 +02:00
f3d249a967 Fix typo 2021-05-28 12:51:10 +02:00
2f9fb32678 Fix typo 2021-05-28 12:42:31 +02:00
4c67398034 Remove hints 2021-05-28 12:20:43 +02:00
5 changed files with 7 additions and 7 deletions

View File

@ -159,4 +159,4 @@ Aufzählungen einfügen
@content
* Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`.
* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** (`compactitem`) und für die Arbeitsschritte eine **kompakte, geordnete Liste**.
* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**.

View File

@ -161,4 +161,4 @@ Adding enumerations
@content
* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command.
* ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte).
* ++ Within this list, create a **compact unordered list** for the ingredients (*Zutaten*) and a **compact ordered list** for the instructions (*Arbeitsschritte*).

View File

@ -121,7 +121,7 @@ Quelltext einbinden
@content
* Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen.
* ++ **Bindet** den Java-Quelltext in der Datei `task-1.tex` **ein**.
* ++ **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.)
* ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java.
* ++ Verwendet eine Option, um die Zeilen zu **nummerieren**.
* ++ Nutzt das **Theme** `native`.

View File

@ -121,7 +121,7 @@ Listing source code
@content
* In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document.
* ++ **Include** the java code in the file `task-1.tex1`.
* ++ **Include** the java code in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.)
* ++ **Number** the code lines.
* ++ Use the **theme** `native`.
* ++ Change the **background colour** to dark blue.

View File

@ -103,8 +103,8 @@ Alternatively:
Inserting graphics
@content
* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`.
* ++ Include the figure **directly** beneath the the task for this chapter.
* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`.
* ++ **Include** the figure in `exercises/graphics/graphics.tex`.
* ++ The image shall be **centered**.
* ++ Additionally, add a **caption** for the figure.
* ++ Adapt the **width** of the image to the width of the text (`textwidth`).
* ++ Adapt the **width** of the image to the width of the text (`textwidth`).