X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=782e1421fa22ad5e1f334a7864c105057e6eefa8;hb=4a3a621122fc747cdf156468efd3c06f896f70dc;hp=fa81dffb9a28b88e07dbb3c5ef591063240db5d8;hpb=a318fd0faad1431807ba47c39bcf5a03a8d3e26d;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index fa81dff..782e142 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,6 +1,6 @@ %&thesis \usepackage[nonumberlist]{glossaries} % Glossaries and acronyms -\usepackage[]{algorithm2e} % Pseudocode +\usepackage[algochapter]{algorithm2e} % Pseudocode \makeglossaries% \input{glossaries} @@ -11,6 +11,7 @@ %Titlepage \input{titlepage} +\listoftodos \glsaddall{} %Abstract @@ -45,17 +46,14 @@ \chapter{Embedded Domain Specific Languages}\label{chp:dsl} \input{methods.dsl} -\chapter{The mTask EDSL}\label{chp:mtask} +\chapter[The mTask EDSL]{The \gls{mTask} \gls{EDSL}}\label{chp:mtask} \input{methods.mtask} -\chapter{System Architecture}\label{chp:arch} -\input{results.arch} - -\chapter{Extending the mTask EDSL}\label{chp:mtaskcont} +\chapter[Extending the mTask EDSL]{Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} \input{results.mtask} -\chapter{Integration with iTasks}\label{chp:itasksint} -\input{results.itasks} +\chapter{System Architecture}\label{chp:arch} +\input{results.arch} \chapter{Discussion \& Conclusion}\label{chp:conclusion} \input{conclusion}