started to write some things and populate the bibtex db
[msc-thesis1617.git] / thesis.tex
index 84d6343..4158a1b 100644 (file)
@@ -1,9 +1,21 @@
 %&thesis
-\usepackage[xindy,nonumberlist,acronyms]{glossaries}     % Acronyms
+\usepackage[nonumberlist,acronyms]{glossaries}
 \makeglossaries%
-\newacronym{sds}{SDS}{Shared Data Source}
-\newacronym{iot}{IoT}{Internet of Things}
-\newacronym{top}{TOP}{Task Oriented Programming}
+
+\newacronym{SDS}{SDS}{Shared Data Source}
+\newacronym{IoT}{IoT}{Internet of Things}
+\newacronym{TOP}{TOP}{Task Oriented Programming}
+\newglossaryentry{Clean}{%
+       name=Clean,
+       description={is a pure lazy functional programming language based on graph
+               rewriting}
+}
+\newglossaryentry{iTasks}{
+       name=iTasks,
+       description={is a \acrshort{TOP} implementation written in the \gls{Clean}
+               programming language}
+}
+
 
 \begin{document}
 \frontmatter{}