From fca9b5bb65a0e962fbf190f9e0b720f0afbfe015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Heinemann?= Date: Mon, 11 Aug 2025 11:57:52 +0200 Subject: [PATCH] dont throw an error if there are no abbreviations --- dhsn.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhsn.typ b/dhsn.typ index 3a41ae4..0566f8b 100644 --- a/dhsn.typ +++ b/dhsn.typ @@ -169,7 +169,7 @@ } context { - if (acros.get().len() > 0) { + if (acros.get() != none and acros.get().len() > 0) { { show heading: none heading(numbering: none)[Abkürzungsverzeichnis]