diff --git a/slides/source-code-listings.de.md b/slides/source-code-listings.de.md index 44720a2..cc03a20 100644 --- a/slides/source-code-listings.de.md +++ b/slides/source-code-listings.de.md @@ -100,6 +100,7 @@ Listings @content * Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. * **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zu `main-exercises.tex` ist.) +* Erlaubt die Verwendung von **Sonderzeichen** durch Angabe der `literate`-Option. * Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * **Nummeriert** die Zeilen und aktiviert **Umbrüche**. * Setzt mit dem Parameter `basicstyle` eine dicktengleiche Schrift (`\ttfamily \small`). diff --git a/slides/source-code-listings.en.md b/slides/source-code-listings.en.md index 850cb90..82e1b27 100644 --- a/slides/source-code-listings.en.md +++ b/slides/source-code-listings.en.md @@ -100,6 +100,7 @@ Listings @content * In the directory `exercises/source-code-listings` you can find a file named `Source.java`. * **Include** it 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-exercises.tex`.) +* Enable **special characters** via the `literate` option. * Activate **syntax highlighting** by stating the programming language Java. * **Number** the code lines. * Set the `basicstyle` to a proper mono-spaced font (`\ttfamily \small`)