04_einmal durch
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user