diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 4aec46c..b785372 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,8 +379,8 @@ List of figures and list of tables Structure your document and text @content -* Download the project archive from the VC, unzip it and open the file `documemt-structure.raw.tex`. It is located in the folder `exercises/basic-document-structure`. -* ++ Wrap the entire text in `document-structure.raw.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: +* Download the project archive from the VC, unzip it and open the file `documemt-structure.tex`. It is located in the folder `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} \documentclass{scrartcl} diff --git a/slides/chapter-05.de.md b/slides/chapter-05.de.md index b856c64..c05467d 100644 --- a/slides/chapter-05.de.md +++ b/slides/chapter-05.de.md @@ -352,7 +352,7 @@ Sonderzeichen & Symbole Sonderzeichen einfügen @content -* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `special-characters.raw.tex` im Ordner `exercises/special-characters` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*. +* 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*. * ++ Ersetzt die Bindestriche bei den Öffnungszeiten der ERBA durch **Halbgeviertstriche**. * ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*. * ++ Ersetzt das Wort *Euro* durch ein **Euro-Zeichen**. diff --git a/slides/chapter-05.en.md b/slides/chapter-05.en.md index 3b9ceea..45eae2e 100644 --- a/slides/chapter-05.en.md +++ b/slides/chapter-05.en.md @@ -350,7 +350,7 @@ Special characters & symbols Insert special characters @content -* Replace the spaces in `special-characters.raw.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. +* 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. * ++ Replace the hyphens by a **dash** (`--`). * ++ Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*. * ++ Replace *Euro* by a **Euro sign**. diff --git a/slides/chapter-06.de.md b/slides/chapter-06.de.md index e844227..d50fbf3 100644 --- a/slides/chapter-06.de.md +++ b/slides/chapter-06.de.md @@ -192,7 +192,7 @@ wiedergibt. Text hervorheben @content -* **Betont** in der Datei `exercises/text-markup/markup.raw.tex` die Wörter *Rekursion* und *rekursiv* mit `\emph{…}`. +* **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Rekursion* und *rekursiv* mit `\emph{…}`. * ++ Macht die **URL** im Text anklickbar. * ++ Probiert euch gerne auch an den anderen Textauszeichnungs-Möglichkeiten, die ihr kennengelernt habt. Löscht diese aber wieder, wenn ihr ein sauberes Dokument haben wollt. diff --git a/slides/chapter-08.de.md b/slides/chapter-08.de.md index 2368817..6a27e61 100644 --- a/slides/chapter-08.de.md +++ b/slides/chapter-08.de.md @@ -158,5 +158,5 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände Aufzählungen einfügen @content -* Formatiert das Rezept in `lists.raw.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`. +* 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**. diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md index 490c6f6..7db4c43 100644 --- a/slides/chapter-08.en.md +++ b/slides/chapter-08.en.md @@ -159,5 +159,5 @@ To accomplish this, we need to include the package `enumitem` first. Adding enumerations @content -* Turn the recipe in `lists.raw.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. +* 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). diff --git a/slides/chapter-09.de.md b/slides/chapter-09.de.md index ada25c0..17ffee7 100644 --- a/slides/chapter-09.de.md +++ b/slides/chapter-09.de.md @@ -209,7 +209,7 @@ $\left\lbrace x \mid \mathrm{tiefe}(x) … Formeln setzen @content -Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.raw.tex`. +Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.tex`. @@ -222,6 +222,6 @@ Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.raw.tex` Formeln setzen @content -Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.raw.tex`. +Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.tex`. diff --git a/slides/chapter-09.en.md b/slides/chapter-09.en.md index a3c3f2a..bb7706e 100644 --- a/slides/chapter-09.en.md +++ b/slides/chapter-09.en.md @@ -211,7 +211,7 @@ $\left\lbrace x \mid \mathrm{frequency} … Typesetting mathematics @content -Code up the following formulas in the file `exercises/maths/math-formulas.raw.tex`. +Code up the following formulas in the file `exercises/maths/math-formulas.tex`. @@ -224,6 +224,6 @@ Code up the following formulas in the file `exercises/maths/math-formulas.raw.te Typesetting mathematics @content -Code up the following formulas in the file `exercises/maths/math-formulas.raw.tex`. +Code up the following formulas in the file `exercises/maths/math-formulas.tex`. diff --git a/slides/chapter-10.de.md b/slides/chapter-10.de.md index 14095cf..1919c23 100644 --- a/slides/chapter-10.de.md +++ b/slides/chapter-10.de.md @@ -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.raw.tex` **ein**. +* ++ **Bindet** den Java-Quelltext in der Datei `task-1.tex` **ein**. * ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * ++ Verwendet eine Option, um die Zeilen zu **nummerieren**. * ++ Nutzt das **Theme** `native`. diff --git a/slides/chapter-10.en.md b/slides/chapter-10.en.md index 96747d1..ce3fc28 100644 --- a/slides/chapter-10.en.md +++ b/slides/chapter-10.en.md @@ -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.raw.tex1`. +* ++ **Include** the java code in the file `task-1.tex1`. * ++ **Number** the code lines. * ++ Use the **theme** `native`. * ++ Change the **background colour** to dark blue. diff --git a/slides/chapter-12.de.md b/slides/chapter-12.de.md index c7150f0..c66c944 100644 --- a/slides/chapter-12.de.md +++ b/slides/chapter-12.de.md @@ -222,7 +222,7 @@ Der [Tables Generator](https://tablesgenerator.com/) ist ein wunderbares Werkzeu Tabellen setzen @content -* Die Liste in der Datei `exercises/tables/tables.raw.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI. +* Die Liste in der Datei `exercises/tables/tables.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI. * ++ Wandelt die Liste in eine **Tabelle** um. * ++ Die Tabelle soll Spalten für den *Namen*, das *Kürzel* und das *Semester* der Vorlesungen haben. * ++ Fügt außerdem eine **zentrierte Spalte** ganz links in der Tabelle hinzu, in der ihr die Lehrveranstaltungen **nummeriert**. diff --git a/slides/chapter-12.en.md b/slides/chapter-12.en.md index 70ca0be..aef7f5f 100644 --- a/slides/chapter-12.en.md +++ b/slides/chapter-12.en.md @@ -222,7 +222,7 @@ The [Tables Generator](https://tablesgenerator.com/) is a wonderful tool to quic Typesetting tables @content -* The list in file `exercises/tables/tables.raw.tex` stores information on a few modules of the WIAI faculty. +* The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty. * ++ Transform the list into a **table**. * ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures. * ++ Add a **column** with **center aligned text** on the left side on the table in order to **number** the lecutres. diff --git a/slides/chapter-13.de.md b/slides/chapter-13.de.md index 0da0286..4341b9b 100644 --- a/slides/chapter-13.de.md +++ b/slides/chapter-13.de.md @@ -187,7 +187,7 @@ sec:section3,sec:section5}. Fußnoten einfügen @content -* Pack den Text *Stand März 2021* in der Datei `exercises/footnotes/footnotes.raw.tex` in eine **Fußnote**. +* Pack den Text *Stand März 2021* in der Datei `exercises/footnotes/footnotes.tex` in eine **Fußnote**. * ++ Fügt zusätzlich eine **klickbare URL**, die zur Download-Seite des Java Development Kit führt (`https://www.oracle.com/java/technologies/javase-downloads.html`), als Fußnote ein. @@ -201,7 +201,7 @@ Fußnoten einfügen Referenzen einfügen @content -* Ersetzt im Text in der Datei `references.raw.tex` im Ordner `exercises/references` *in der Abbildung* und *Das nachstehende Quelltext-Listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing. +* Ersetzt im Text in der Datei `references.tex` im Ordner `exercises/references` *in der Abbildung* und *Das nachstehende Quelltext-Listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing. * ++ Nutzt dafür den Befehl `\cref`. * ++ Achtet darauf, zuerst **Labels** für die Elemente, die ihr referenzieren wollt, zu vergeben. * ++ Packt dafür das Quelltext-Listing in eine **Umgebung** namens `listing`. diff --git a/slides/chapter-13.en.md b/slides/chapter-13.en.md index 745f609..ca00f4d 100644 --- a/slides/chapter-13.en.md +++ b/slides/chapter-13.en.md @@ -190,7 +190,7 @@ slide(layout=task) Inserting footnotes @content -* Make the text *Stand März 2021* in file `exercies/footnotes/footnotes.raw.tex` appear as a **footnote**. +* Make the text *Stand März 2021* in file `exercies/footnotes/footnotes.tex` appear as a **footnote**. * ++ Additionally, insert a **clickable URL** that leads to the download page for the Java Development Kit (`https://www.oracle.com/java/technologies/javase-downloads.html`). @@ -203,7 +203,7 @@ Inserting footnotes Inserting references @content -* In file `exercises/references/references.raw.tex`, replace *in der Abbildung* and *Das nachstehende Quelltext-Listing* by **references** to the figure and to the source code listing. +* In file `exercises/references/references.tex`, replace *in der Abbildung* and *Das nachstehende Quelltext-Listing* by **references** to the figure and to the source code listing. * ++ Use the command `\cref` for the references. * ++ Make sure to add **labels** to the elements that you want to create a reference for. * ++ To do so, wrap the source code listing in a `listing` **environment**.