X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=d1e525a4900e68f45390411652c192baefcbb981;hb=47820995aae3c8666173d17018ba6d09f8a3d9ff;hp=611367fdda9080edc9e6dbabc3aa4dc28ee74eb2;hpb=a182f0a12fdb361d341337ce8240cbcd6ca96ebc;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 611367f..d1e525a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,6 +1,7 @@ %&thesis \usepackage[nonumberlist]{glossaries} % Glossaries and acronyms -\usepackage[]{algorithm2e} % Pseudocode +\usepackage[algochapter]{algorithm2e} % Pseudocode +\renewcommand\AlCapFnt{\normalfont} \makeglossaries% \input{glossaries} @@ -11,7 +12,6 @@ %Titlepage \input{titlepage} -\listoftodos \glsaddall{} %Abstract @@ -32,46 +32,49 @@ %Table of contents \tableofcontents -\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} -\printglossaries% - \mainmatter{} \glsresetall{} \chapter{Introduction}\label{chp:introduction} -\input{introduction} +\input{intro} \chapter{Task Oriented Programming}\label{chp:top} -\input{methods.top} +\input{top} \chapter{Embedded Domain Specific Languages}\label{chp:dsl} -\input{methods.dsl} +\input{edsl} + +\chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask} +\input{mtask} -\chapter{The mTask EDSL}\label{chp:mtask} -\input{methods.mtask} +\chapter[System Overview]{System Overview}\label{chp:system} +\input{system} -\chapter{Extending the mTask EDSL}\label{chp:mtaskcont} -\input{results.mtask} +\chapter[Extending the mTask EDSL]% + {Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} +\input{mtaskext} -\chapter{System Architecture}\label{chp:arch} -\input{results.arch} +\chapter{System Considerations and Implementation}\label{chp:arch} +\input{arch} \chapter{Discussion \& Conclusion}\label{chp:conclusion} \input{conclusion} \appendix\label{chp:appendix} -\chapter{Communication protocol}\label{app:communication-protocol} +\chapter{Communication Protocol}\label{app:communication-protocol} \input{appendix-protocol} -\chapter{Device client interface}\label{app:device-interface} +\chapter{Device Client Interface}\label{app:device-interface} \input{appendix-device-interface} -\cleardoublepage{} \phantomsection{} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{ieeetr} \bibliography{thesis} +\addcontentsline{toc}{chapter}{Glossary} +\printglossaries% + \cleardoublepage{} \phantomsection{} \addcontentsline{toc}{chapter}{Lists of \ldots}