new titlepage
[msc-thesis1617.git] / glossaries.tex
index ad7701a..c84b0b8 100644 (file)
 \newglossaryentry{Javascript}{name={\emph{Javascript}},
        description={is an imperative programming language designed to run in web
        browsers}}
-\newcommand{\newglossacr}[2]{\newglossaryentry{#1}{name={#1},first={%
-       \glsentrylong{#1} (\glsentryname{#1})},firstplural={\glsentrylong{#1}%
-       \glspluralsuffix (\glsentryname{#1}\glspluralsuffix},description={#2}}}
+\newglossaryentry{LED}{name={LED},
+       description={Lighting Emitting Diode}}
+\newcommand{\newglossacr}[2]{\newglossaryentry{#1}{
+       name={#1},
+       first={#2 (#1)},%
+       firstplural={#2\glspluralsuffix{} (#1\glspluralsuffix)},
+       description={#2}}}
 \newglossacr{GADT}{Generalized Algebraic Data type}
 \newglossacr{GPIO}   {General-Purpose Input/Output}
 \newglossacr{ADT}    {Algebraic Datatype}
@@ -51,3 +55,4 @@
 \newglossacr{AST}    {Abstract Syntax Tree}
 \newglossacr{GPS}    {Global Positioning System}
 \newglossacr{GLONASS}{Global Navigation Satellite System}
+\newglossacr{RWST}{Reader Writer State Transformer Monad}