8 lines
254 B
Typst
8 lines
254 B
Typst
#import "@preview/glossarium:0.4.1": print-glossary
|
|
|
|
#counter(heading).update(0)
|
|
#heading(numbering: none)[Glossary]
|
|
|
|
#print-glossary((
|
|
(key: "hda", short: "HDA", plural: "HDAs", long: "helper data algorithm", longplural: "helper data algorithms"),
|
|
))
|