From f3ebfaf5380c50f60a063b27e8e42b931ca0a27e Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 20 Nov 2024 10:03:24 +0100 Subject: [PATCH] fix(glossar): remove `here()` location paramter at src/glossarium.typ:32:4 due to "calling `state.final` with a location is deprecated" --- src/glossarium.typ | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glossarium.typ b/src/glossarium.typ index ce7f5a6..d4ceedb 100644 --- a/src/glossarium.typ +++ b/src/glossarium.typ @@ -34,7 +34,6 @@ SOFTWARE.*/ loc, inclusive: false, ), - loc, ) } else { query(selector(label(__glossary_label_prefix + key)))