From 15e3e9eccb010752eb564ca2dcf12ab6234d692d Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 14 Aug 2025 09:37:35 +0200 Subject: [PATCH] fix outline typos --- dhsn.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhsn.typ b/dhsn.typ index 36602fd..ed4e67e 100644 --- a/dhsn.typ +++ b/dhsn.typ @@ -153,9 +153,9 @@ if query(figure.where(kind: raw)).len() > 0 { { 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 { @@ -174,7 +174,7 @@ show heading: none heading(numbering: none)[Abkürzungsverzeichnis] } - print-index(title: "Abkürzungsverzeichnis", row-gutter: 5pt) + print-index(title: "Abkürzungsverzeichnis", row-gutter: 0.5em) } }