Remove all .raw. parts

This commit is contained in:
Knoch 2021-05-10 13:23:00 +02:00
parent 7faa6e8038
commit ee582a4be3
14 changed files with 19 additions and 19 deletions

View File

@ -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}

View File

@ -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**.

View File

@ -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**.

View File

@ -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.

View File

@ -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**.

View File

@ -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).

View File

@ -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`.
<img src="svg/chapter-09/task-a-crop.svg" style="height: 50vh; margin: 0 auto; display: block; padding-top: 3rem;" />
@ -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`.
<img src="svg/chapter-09/task-b-crop.svg" style="height: 50vh; margin: 0 auto; display: block; padding-top: 3rem;" />

View File

@ -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`.
<img src="svg/chapter-09/task-a-crop.svg" style="height: 50vh; margin: 0 auto; display: block; padding-top: 3rem;" />
@ -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`.
<img src="svg/chapter-09/task-b-crop.svg" style="height: 50vh; margin: 0 auto; display: block; padding-top: 3rem;" />

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.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`.

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.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.

View File

@ -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**.

View File

@ -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.

View File

@ -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`.

View File

@ -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**.