Rename task files

This commit is contained in:
Knoch 2021-05-28 12:56:43 +02:00
parent 879185015b
commit a674eb2fe3
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ Quelltext einbinden
@content @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. * 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**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.) * ++ **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. * ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java.
* ++ Verwendet eine Option, um die Zeilen zu **nummerieren**. * ++ Verwendet eine Option, um die Zeilen zu **nummerieren**.
* ++ Nutzt das **Theme** `native`. * ++ Nutzt das **Theme** `native`.

View File

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