Compare commits
6 Commits
9cd5ed656b
...
f7a79ba36d
| Author | SHA1 | Date | |
|---|---|---|---|
| f7a79ba36d | |||
| a674eb2fe3 | |||
| 879185015b | |||
| f3d249a967 | |||
| 2f9fb32678 | |||
| 4c67398034 |
@ -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**.
|
||||
|
||||
@ -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*).
|
||||
|
||||
@ -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`.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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`).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user