fix outline typos

This commit is contained in:
2025-08-14 09:37:35 +02:00
parent 6e9d3e89d7
commit 15e3e9eccb

View File

@@ -153,9 +153,9 @@
if query(figure.where(kind: raw)).len() > 0 { if query(figure.where(kind: raw)).len() > 0 {
{ {
show heading: none show heading: none
heading(numbering: none)[Anhangverzeichnis] heading(numbering: none)[Anhangsverzeichnis]
} }
outline(title: "Anhangverzeichnis", target: figure.where(kind: raw)) outline(title: "Anhangsverzeichnis", target: figure.where(kind: raw))
} }
} }
context { context {
@@ -174,7 +174,7 @@
show heading: none show heading: none
heading(numbering: none)[Abkürzungsverzeichnis] heading(numbering: none)[Abkürzungsverzeichnis]
} }
print-index(title: "Abkürzungsverzeichnis", row-gutter: 5pt) print-index(title: "Abkürzungsverzeichnis", row-gutter: 0.5em)
} }
} }