X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=top%2Fint.tex;h=4b9c3c11e266510dc5a9b462655c9fea7abd4dcf;hb=5a27c37e8d41687aae6fc84e92c7d630880618bf;hp=a0e0224b8b225b3b7d47b16da493beabec9f52b3;hpb=4c449b205b49b4773934bd5cfd22e0f15e199eeb;p=phd-thesis.git diff --git a/top/int.tex b/top/int.tex index a0e0224..4b9c3c1 100644 --- a/top/int.tex +++ b/top/int.tex @@ -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}