diff --git a/example/example.typ b/example/example.typ index 2b99a06..411e991 100644 --- a/example/example.typ +++ b/example/example.typ @@ -1,5 +1,3 @@ -// for local testing -// #import "@local/glossarium:0.1.1": * #import "../glossarium.typ": make-glossary, print-glossary, gls, glspl #show: make-glossary diff --git a/glossarium.typ b/glossarium.typ index 5ae5cce..c937219 100644 --- a/glossarium.typ +++ b/glossarium.typ @@ -8,9 +8,9 @@ SOFTWARE.*/ // glossarium figure kind #let __glossarium_figure = "glossarium_entry" -// prefix of label for retreiving of references +// prefix of label for references query #let __glossary_label_prefix = "glossary:" -// global state constaining the glossary entry and their location +// global state containing the glossary entry and their location #let __glossary_entries = state("__glossary_entries", (:)) #let __query_labels_with_key(loc, key, before: false) = {