add bigger mtask example
[msc-thesis1617.git] / thesis.tex
index be19044..93f96b8 100644 (file)
@@ -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
 \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{methods.mtask}
+\chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask}
+\input{mtask}
+
+\chapter[mTask system]{\gls{mTask} system}\label{chp:system}
+\input{system}
 
 \chapter[Extending the mTask EDSL]{Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont}
-\input{results.mtask}
+\input{mtaskext}
 
 \chapter{System Architecture}\label{chp:arch}
-\input{results.arch}
+\input{arch}
 
 \chapter{Discussion \& Conclusion}\label{chp:conclusion}
 \input{conclusion}