Update slides for summer semester 2025 #15
@ -162,3 +162,17 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
|
||||
|
||||
@preview
|
||||

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

|
||||
|
||||
|
||||
@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.
|
||||
Loading…
x
Reference in New Issue
Block a user