04_einmal durch

This commit is contained in:
2026-05-30 10:11:37 +02:00
parent 43a32779d8
commit 776bd785e3
11 changed files with 188 additions and 90 deletions

View File

@@ -64,7 +64,7 @@
#let body_content(children) = [
#set page(
paper: "a4",
margin: (top: 25mm, bottom: 25mm, inside: 30mm, outside: 20mm),
margin: (top: 25mm, bottom: 25mm, left: 25mm, right: 25mm),
numbering: "1",
)
#set text(font: "Times New Roman", size: 11pt)
@@ -89,10 +89,7 @@
#strong(it.term) \
#it.description
])
#show terms: it => {
it
v(2cm)
}
#show terms: it => block(below: 1.5em, it)
// Markdown-like styling for fenced code blocks.
#show raw: set text(font: "DejaVu Sans Mono", size: 9.5pt, fill: luma(20))
#show raw.where(block: true): it => block(