Überarbeitung layout und Kap 4

This commit is contained in:
2026-05-29 08:57:08 +02:00
parent 2bd9646f44
commit d4c2a0d269
10 changed files with 13075 additions and 29526 deletions

View File

@@ -59,14 +59,16 @@
#content
]
#let body_show() = [
#let body_show() = []
#let body_content(children) = [
#set page(
paper: "a4",
margin: (top: 25mm, bottom: 25mm, inside: 30mm, outside: 20mm),
numbering: "1"
numbering: "1",
)
#set text(font: "Times New Roman", size: 11pt)
#set par(justify: true, leading: 14pt, first-line-indent: 5mm)
#set par(justify: true)
#set list(indent: 6mm, spacing: 2mm)
#set enum(numbering: "a)")
#set heading(numbering: "1.1.1", depth: 3)
@@ -82,10 +84,15 @@
#set text(size: 12pt, weight: "semibold")
#it
]
]
#let body_content(children) = [
#set terms(separator: [], hanging-indent: 0pt, tight: false)
#show terms.item: it => block(below: 0.8em, [
#strong(it.term) \
#it.description
])
#show terms: it => {
it
v(2cm)
}
// 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(