TUM-Thesis/glossary.typ
Marius Drechsler f2bdebc7dc
Some checks failed
Build / build (push) Failing after 4s
Prepared for templating use
2025-02-17 16:36:45 +01:00

10 lines
279 B
Typst

#import "@preview/glossarium:0.4.1": print-glossary
#counter(heading).update(0)
#heading(numbering: none)[Glossary]
// Glossarium hier einfügen
#print-glossary((
// So:
// (key: "ber", short: "BER", plural: "BERs", long: "bit error rate", longplural: "bit error rates"),
))