many many updates
[phd-thesis.git] / top / int.tex
index a0e0224..4b9c3c1 100644 (file)
@@ -2,6 +2,8 @@
 
 \input{subfilepreamble}
 
+\setcounter{chapter}{5}
+
 \begin{document}
 \input{subfileprefix}
 \chapter{Integration with \texorpdfstring{\gls{ITASK}}{iTask}}%
@@ -163,7 +165,7 @@ This boolean represents the state of the light.
 The \gls{MTASK} task uses this \gls{SDS} to turn on or off the light.
 An \gls{ITASK} task that runs in parallel allows interactive updating of this state.
 
-\todo{dit voorbeeld aanhouden of alleen die grote gebruiken}
+\todo{dit voor\-beeld aan\-hou\-den of al\-leen die gro\-te ge\-brui\-ken}
 \begin{lstClean}[label={lst:mtask_liftsds_ex},caption={Interactive light switch program.}]
 lightswitch dev  =
        withShared False \sh->
@@ -268,7 +270,7 @@ If it is different from the current state, the new value is written to the digit
 \end{figure}
 
 \begin{figure}
-       \cleaninputlisting[firstline=12,lastline=50,numbers=left,belowskip=0pt,escapeinside={/*}{*/}]{lst/example.icl}
+       \cleaninputlisting[firstline=12,lastline=50,numbers=left,belowskip=0pt]{lst/example.icl}
        \begin{lstClean}[numbers=left,firstnumber=40,aboveskip=0pt,caption={An example of a home automation program.},label={lst:example_home_automation}]
        , ...][+\label{lst:example:tasks2}+]\end{lstClean}
 \end{figure}