From d9e7d875d6b12c1a055a7ddb94d6792627681a3e Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 20 Nov 2024 10:03:12 +0100 Subject: [PATCH] fix(glossar): remove `here()` location parameter at src/glossarium.typ:52:29 due to "calling `state.final` with a location is deprecated" --- src/glossarium.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glossarium.typ b/src/glossarium.typ index 6624619..ce7f5a6 100644 --- a/src/glossarium.typ +++ b/src/glossarium.typ @@ -49,7 +49,7 @@ SOFTWARE.*/ // Reference a term #let gls(key, suffix: none, long: none, display: none) = { context { - let __glossary_entries = __glossary_entries.final(here()) + let __glossary_entries = __glossary_entries.final() if key in __glossary_entries { let entry = __glossary_entries.at(key)