X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=63d3f92b022f9ac0d4deeed21d27d15eb8272ef9;hb=5be4e2b2dc655e3e4572f67fb1f9243024a1fefe;hp=a468137c577fc8882476782ed64dd5bddcab143e;hpb=aba35bf19efc06e7d771f2671a89032b7f20aeac;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index a468137..63d3f92 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,33 +1,31 @@ %&thesis -\usepackage[nonumberlist,acronyms]{glossaries} -\makeglossaries% +\usepackage[nonumberlist]{glossaries} % Glossaries and acronyms +\usepackage[algochapter]{algorithm2e} % Pseudocode + +% Fix the algorithm font +\renewcommand\AlCapFnt{\normalfont} -\input{acronyms} +% Initialize the glossaries +\makeglossaries% \input{glossaries} \begin{document} \frontmatter{} %Titlepage -\maketitleru[ - pagenr=1, - course={Master Thesis}, - institute={Radboud University Nijmegen}, - authorstext={Author:}, - righttextheader={Supervisors:}, - righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] -\listoftodos[Todo] - -\glsaddall{} +\input{titlepage} %Abstract \chapter*{\centering Abstract} +\addcontentsline{toc}{chapter}{Abstract} \begin{quotation} \centering\noindent \input{abstract} \end{quotation} +%Acknowledgements \chapter*{\centering Acknowledgements} +\addcontentsline{toc}{chapter}{Acknowledgements} \begin{quotation} \centering\it\noindent \input{acknowledgements} @@ -37,59 +35,65 @@ \tableofcontents \mainmatter{} + +%Reset glossary and thus the acronyms \glsresetall{} + \chapter{Introduction}\label{chp:introduction} -\input{introduction} +\input{intro} + +\chapter{Task Oriented Programming}\label{chp:top} +\input{top} -\chapter{\acrlong{TOP}}\label{chp:top} -\input{methods.top} +\chapter{Embedded Domain Specific Languages}\label{chp:dsl} +\input{edsl} -\chapter{\acrlongpl{EDSL}}\label{chp:dsl} -\input{methods.dsl} +\chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask} +\input{mtask} -\chapter{mTask}\label{chp:mtask} -\input{methods.mtask} +\chapter[System Overview]{System Overview}\label{chp:system} +\input{system} -\chapter{Architecture}\label{chp:arch} -\input{results.arch} +\chapter[Extending the mTask EDSL]% + {Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} +\input{mtaskext} -\chapter{mTask continued}\label{chp:mtaskcont} -\input{results.mtask} +\chapter{System Considerations \& Implementation}\label{chp:arch} +\input{arch} -\chapter{Conclusion \& Discussion}\label{chp:conclusion} +\chapter{Discussion \& Conclusion}\label{chp:conclusion} \input{conclusion} -\appendix\label{chp:appendix} +\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{} +% Bibliography \phantomsection{} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{ieeetr} \bibliography{thesis} -\cleardoublepage{} -\phantomsection{} -\addcontentsline{toc}{chapter}{Lists of \ldots} -\begingroup -\let\clearpage\relax -\listoffigures -\listoftables -\lstlistoflistings{} -\endgroup +% Glossary +\addcontentsline{toc}{chapter}{Glossary} +\printglossaries% +% Lists of \cleardoublepage{} \phantomsection{} -\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} +\addcontentsline{toc}{chapter}{Lists of \ldots} \begingroup \let\clearpage\relax \let\cleardoublepage\relax -\printglossaries% +\listoffigures% +\listoftables% +\listofalgorithms% +\lstlistoflistings% \endgroup \end{document}