Ported everything to typst now

This commit is contained in:
Marius Drechsler 2024-07-17 21:26:25 +02:00
parent 9aca6c3042
commit ea1d02ce9f
15 changed files with 439 additions and 30 deletions

View file

@ -4,6 +4,7 @@
#heading(numbering: none)[Glossary]
#print-glossary((
(key: "hda", short: "HDA", plural: "HDAs", long: "helpder data algorithm", longplural: "helper data algorithms"),
(key: "bdd", short: "BDD", plural: "BDDs", long: "binary decision diagram", longplural: "binary decision diagrams"),
(key: "dd", short: "DD", plural: "DDs", long: "decision diagram", longplural: "decision diagrams"),
(key: "mqt", short: "MQT", long: "Munich Quantum Toolkit"),