X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=b8ec716e86de64135746f73a7ec35b3863cfb5d4;hb=e0e1c3f118ded331d1b1abc20a40dd679aaa75e1;hp=20c4d7775ec4158960aa0de5cb074959fd32a162;hpb=f14909a1fc10adc898c994bbf0c67a98b03ebcd4;p=phd-thesis.git diff --git a/thesis.tex b/thesis.tex index 20c4d77..b8ec716 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,9 @@ \documentclass[twoside,10pt]{book} -\def\mytitle{Task-Oriented Programming for the Internet of Things} +\def\mytitle{Orchestrating the Internet of Things with Task-Oriented Programming} \def\mysubtitle{a purely functional rhapsody} \def\myauthor{Mart Lubbers} -\def\mydate{\formatdate{1}{6}{2023}} +\def\mydate{\formatdate{31}{12}{2022}} \input{preamble} @@ -28,7 +28,7 @@ \selectlanguage{british} \frontmatter% -%\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0} +\frontmatterfancy% %Titlepage \subfile{frontmatter/titlepage} @@ -38,7 +38,10 @@ \subfile{frontmatter/motto} % Table of contents +%\setcounter{tocdepth}{1} \tableofcontents +\todo{reduce tocdepth to 1 before finishing} +\todo{to reduce the size: make listings font smaller} \newpage% % Dedication @@ -51,61 +54,57 @@ % The actual document \mainmatter% -\renewcommand\partname{Movement} % Rename parts to movements (rhapsody uhu) -\addthumb{Chapters}{\arabic{chapter}}{white}{gray} % Arabic chapter thumbs +\mainmatterfancy% \setcounter{chapter}{-1} % Introduction \subfile{introduction/introduction} % DSL -\part{Domain-Specific Languages}% -\label{prt:dsl} +\mypart{prt:dsl}{Prelude}{Domain-Specific Languages}% % DSL Techniques -\subfile{domain_specific_languages/dsl_techniques} +\subfile{domain-specific_languages/dsl_techniques} % Deep embedding with class -\subfile{domain_specific_languages/class_deep_embedding} +\subfile{domain-specific_languages/class_deep_embedding} % First-class data types -\subfile{domain_specific_languages/first-class_datatypes} +\subfile{domain-specific_languages/first-class_datatypes} -\part{Task-Oriented Programming}% -\label{prt:top} +% Stack computations? +\subfile{domain-specific_languages/strongly-typed_multi-view_stack-based_computations} -% mTask by example -\subfile{task_oriented_programming/mtask_by_example} +\mypart{prt:top}{Exposition}{Task-Oriented Programming for the Internet of Things}% -% Interpreting -\subfile{task_oriented_programming/interpreting} +\subfile{mtask/mtask} -% Integration -\subfile{task_oriented_programming/integration} - -\part{Tiered vs.\ tierless programming}% -\label{prt:tvt} +\mypart{prt:tvt}{Transformation}{Tiered vs.\ tierless programming}% \subfile{tiered_vs._tierless_programming/smart_campus} -\chapter{Modelling naval scenaries using \acrshort{TOP} and \acrshort{IOT}} -Arjan's werk {NLARMS}? +\bookmarksetup{startatroot} % descend back out of the previous part +\addtocontents{toc}{\bigskip}% Insert some whitespace to make the TOC better +\subfile{conclusion/conclusion} % Start appendix \appendix% \label{chp:appendix} -\addthumb{Appendices}{\Alph{chapter}}{white}{gray} % Alpha appendix thumbs +\addcontentsline{toc}{part}{Appendix} -\subfile{appendix/clean_for_haskell_programmers.tex} +\subfile{appendix/clean_for_haskell_programmers} +\subfile{appendix/mtask_aux} +\subfile{appendix/bytecode} \backmatter% -\addtitlethumb{Backmatter}{}{white}{gray}{pagesLTS.0} % Empty backmatter thumbs +\backmatterfancy% +\bookmarksetup{startatroot} % descend back out of the appendix % Bibliography \phantomsection{}% \label{chp:bibliography} \addcontentsline{toc}{chapter}{Bibliography} -\bibliography{thesis} +\bibliography{other,self,tiot} % Summary \subfile{backmatter/summary} @@ -125,25 +124,27 @@ Arjan's werk {NLARMS}? % Glossary \addcontentsline{toc}{chapter}{Glossary}% \label{chp:glossaries} -\printglossaries% - -% Lists of -\cleardoublepage{} -\phantomsection{}% -\label{chp:listsof...} -\addcontentsline{toc}{chapter}{Lists of \ldots} -\begingroup -\let\clearpage\relax -\let\cleardoublepage\relax -\listoffigures% -\listoftables% -\listofalgorithms% -\lstlistoflistings% -\endgroup +\printglossary% +%\printglossary[type=\acronymtype,style=mcolindex]% +\printglossary[type=\acronymtype]% + +%% Lists of +%\cleardoublepage{} +%\phantomsection{}% +%\label{chp:listsof...} +%\addcontentsline{toc}{chapter}{Lists of \ldots} +%\begingroup +%\let\clearpage\relax +%\let\cleardoublepage\relax +%\listoffigures% +%\listoftables% +%\listofalgorithms% +%\lstlistoflistings% +%\endgroup % Index -\addcontentsline{toc}{chapter}{Index}% -\label{chp:index} -\printindex +%\addcontentsline{toc}{chapter}{Index}% +%\label{chp:index} +%\printindex \end{document}