Fix Anhangverzeichnis

This commit is contained in:
2026-02-24 08:00:55 +01:00
parent d0de6c74cc
commit caee726e6b

View File

@@ -39,6 +39,7 @@
counter(heading).update(0) counter(heading).update(0)
set heading(numbering: none) set heading(numbering: none)
context if query(selector(figure).after(here())).len() > 0 { context if query(selector(figure).after(here())).len() > 0 {
{
show regex("(\. ).+"): none show regex("(\. ).+"): none
{ {
show heading: none show heading: none
@@ -46,6 +47,7 @@
} }
outline(title: "Anhangverzeichnis", target: selector(figure).after(here())) outline(title: "Anhangverzeichnis", target: selector(figure).after(here()))
pagebreak() pagebreak()
}
set figure(kind: raw, supplement: "Anhang") set figure(kind: raw, supplement: "Anhang")
counter(figure.where(kind: raw)).update(0) counter(figure.where(kind: raw)).update(0)
@@ -185,7 +187,7 @@
pagebreak() pagebreak()
context { context {
show regex("[. ].+"): none show regex("(\. ).+"): none
show ref: none show ref: none
if query(selector(figure.where(kind: image).before(<dhsn.addendum>))).len() > 0 { if query(selector(figure.where(kind: image).before(<dhsn.addendum>))).len() > 0 {
{ {