Update slides for summer semester 2025 #15

Merged
fknoch merged 53 commits from master into production 2025-05-15 18:55:38 +00:00
2 changed files with 31 additions and 3 deletions
Showing only changes of commit bca1d963e1 - Show all commits

View File

@ -162,3 +162,17 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
@preview
![](svg/chapter-07/list-style-types-crop.svg)
@slide(layout=task)
@task-number
6x
@title
Besondere Aufzählungen
@content
* Nutze **Römische Zahlen** für die geordnete Liste.
* Lass die Nummerierung **bei 7 beginnen** (Stichwort: `\setcounter`).
* Reduziere den **Leerraum** zwischen den Elementen der ungeordneten Liste.

View File

@ -149,7 +149,7 @@ List styles
@content
The list style type can be set using the optional parameter `label`.
To accomplish this, we need to include the package `enumitem` first.
To accomplish this, we need to include the package `enumitem` first (but after all other list-related packages).
``` {.lang-tex .hljs}
% Roman numerals
@ -165,3 +165,17 @@ To accomplish this, we need to include the package `enumitem` first.
@preview
![](svg/chapter-07/list-style-types-english-crop.svg)
@slide(layout=task)
@task-number
6x
@title
Special enumerations
@content
* Try using **Roman numerals** in the ordered list.
* Make the ordered list **start at 7** (keyword: `\setcounter`).
* Reduce the **white space** between the items in the unordered list.