From 7b3621da9386dae0908163a158210e3fcedccd92 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 19 Jun 2017 16:12:07 +0200 Subject: [PATCH] chapter names --- glossaries.tex | 3 ++- thesis.tex | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/glossaries.tex b/glossaries.tex index cc00596..76a9d84 100644 --- a/glossaries.tex +++ b/glossaries.tex @@ -15,7 +15,8 @@ \newglossaryentry{Task}{name=\emph{Task}, description={is the basic building block of a \acrshort{TOP} system}} \newglossaryentry{mTask}{name=\emph{mTask}, - description={is an abstraction for \glspl{Task} living on \acrshort{IoT} devices}} + description={is an abstraction for \glspl{Task} living on \acrshort{IoT} + devices. Moreover, it is the name of an \gls{EDSL}}} \newglossaryentry{C}{name=\textsc{C}, description={is low-level imperative programming language suitable for embedded devices}} diff --git a/thesis.tex b/thesis.tex index f52913c..045fc46 100644 --- a/thesis.tex +++ b/thesis.tex @@ -46,16 +46,16 @@ \chapter{Embedded Domain Specific Language}\label{chp:dsl} \input{methods.dsl} -\chapter{mTask}\label{chp:mtask} +\chapter{The mTask EDSL}\label{chp:mtask} \input{methods.mtask} -\chapter{Architecture}\label{chp:arch} +\chapter{System Architecture}\label{chp:arch} \input{results.arch} -\chapter{mTask continued}\label{chp:mtaskcont} +\chapter{Extending the mTask EDSL}\label{chp:mtaskcont} \input{results.mtask} -\chapter{iTasks}\label{chp:itasksint} +\chapter{Integration with iTasks}\label{chp:itasksint} \input{results.itasks} \chapter{Conclusion \& Discussion}\label{chp:conclusion} -- 2.20.1