Update slides for summer semester 2025 #15
@ -161,4 +161,18 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
|
|||||||
```
|
```
|
||||||
|
|
||||||
@preview
|
@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
|
@content
|
||||||
The list style type can be set using the optional parameter `label`.
|
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}
|
``` {.lang-tex .hljs}
|
||||||
% Roman numerals
|
% Roman numerals
|
||||||
@ -164,4 +164,18 @@ To accomplish this, we need to include the package `enumitem` first.
|
|||||||
```
|
```
|
||||||
|
|
||||||
@preview
|
@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