[DMDB] Set up glossary

This commit is contained in:
2026-06-22 08:05:19 +02:00
parent 8ee4ba0259
commit 9806123eb7
6 changed files with 37 additions and 11 deletions
+1
View File
@@ -0,0 +1 @@
\newacronym{sql}{SQL}{Structured Query Language}
+12
View File
@@ -0,0 +1,12 @@
\newglossaryentry{declarative}{
name={declarative},
description={Describes \textit{what} to achieve, but not how}
}
\newglossaryentry{imperative}{
name={imperative},
description={Describes how to achieve something}
}
% \newglossaryentry{}{
% name={},
% description={}
% }
+3
View File
@@ -0,0 +1,3 @@
\input{glossary/acronyms.tex}
\input{glossary/basics.tex}
% \input{}