mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-28 03:39:08 +02:00
[DMDB] Set up glossary
This commit is contained in:
@@ -0,0 +1 @@
|
||||
\newacronym{sql}{SQL}{Structured Query Language}
|
||||
@@ -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={}
|
||||
% }
|
||||
@@ -0,0 +1,3 @@
|
||||
\input{glossary/acronyms.tex}
|
||||
\input{glossary/basics.tex}
|
||||
% \input{}
|
||||
Reference in New Issue
Block a user