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)