2024-04-29 16:25:35 +02:00
|
|
|
\usepackage[ %
|
|
|
|
acronym, % Separate acronyms and glossary
|
|
|
|
toc, % appear in ToC
|
|
|
|
automake, % auto-use the makeglossaries command (requires shell-escape)
|
|
|
|
nonumberlist, % don't back reference pages
|
|
|
|
nogroupskip, % don't group by letter
|
|
|
|
nopostdot % don't add a dot at the end of each element
|
|
|
|
]{glossaries}
|
2024-03-21 18:29:05 +01:00
|
|
|
|
2024-04-29 16:25:35 +02:00
|
|
|
\usepackage[stylemods=longextra]{glossaries-extra}
|
2023-02-28 14:09:18 +01:00
|
|
|
|
2024-04-29 16:25:35 +02:00
|
|
|
\setabbreviationstyle[acronym]{long-short}
|
|
|
|
\setglossarystyle{long-name-desc}
|
2023-02-28 14:09:18 +01:00
|
|
|
|
2024-04-29 16:25:35 +02:00
|
|
|
\makeindex
|
|
|
|
\makeglossaries
|
2023-02-28 14:09:18 +01:00
|
|
|
|
2024-04-29 16:25:35 +02:00
|
|
|
\usepackage{tikz}
|
|
|
|
\usetikzlibrary{shapes.misc,arrows,arrows.meta}
|
2023-02-28 14:09:18 +01:00
|
|
|
|
2024-04-29 16:25:35 +02:00
|
|
|
\usepackage{siunitx}
|
|
|
|
\usepackage{mathtools}
|
|
|
|
\usepackage{amssymb}
|