diff --git a/lib.typ b/lib.typ index 63a7b5c..16bb5b7 100644 --- a/lib.typ +++ b/lib.typ @@ -1,5 +1,5 @@ #import "modules/titlepage.typ": * -#import "@preview/glossarium:0.5.4": print-glossary, register-glossary +#import "@preview/glossarium:0.5.9": print-glossary #let in-outline = state("in-outline", false) #let flex-caption(long, short) = context { @@ -56,7 +56,6 @@ #let listings( abbreviations: () ) = { - register-glossary(abbreviations) // Enable short captions to omit citations show outline: it => { in-outline.update(true) diff --git a/template/thesis.typ b/template/thesis.typ index 7634109..1c2fe0e 100644 --- a/template/thesis.typ +++ b/template/thesis.typ @@ -2,7 +2,7 @@ #import "abbreviations.typ": abbreviations #import "settings/metadata.typ": * #import "settings/settings.typ": * -#import "@preview/glossarium:0.5.4": make-glossary, register-glossary +#import "@preview/glossarium:0.5.9": make-glossary, register-glossary #show: make-glossary #register-glossary(abbreviations)