X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=glossaries.tex;h=c84b0b8233dc4e2a70e6f03c1292acf5b22689a5;hb=ab546cf018589757a516121ebfcc78080827bcff;hp=ad7701a7f382427dc0c2c4b33d51c0622652ddf8;hpb=435b0d98d22a47530f50ff82f2451e70ce2bed96;p=msc-thesis1617.git diff --git a/glossaries.tex b/glossaries.tex index ad7701a..c84b0b8 100644 --- a/glossaries.tex +++ b/glossaries.tex @@ -30,9 +30,13 @@ \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}