X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.pre;h=bb610fb262caf1c39ce16b85e84808d2759f46a3;hb=b0fc85be57e369c5a04adaba4d6920a59d3d36e2;hp=ef1cc96a3a1ea657c55d9e5ef381716534dd25cc;hpb=c5ca9a64d0bf611ee0d876dcb67dfb45406005b9;p=msc-thesis1617.git diff --git a/thesis.pre b/thesis.pre index ef1cc96..bb610fb 100644 --- a/thesis.pre +++ b/thesis.pre @@ -12,6 +12,9 @@ \usepackage{subcaption} % Subcaptions \usepackage{lipsum} % dummy text \usepackage{listings} % source code +\usepackage{float} % floating images + +\graphicspath{{img/}} \urlstyle{same} \hypersetup{% @@ -23,6 +26,7 @@ pdfkeywords={TOP,iTasks,Clean,Function Programming,IoT}, hidelinks=true } + \pdfstringdefDisableCommands{% \def\acrlong#1{}% \def\acrshort#1{}% @@ -81,6 +85,8 @@ {.&&.}{{\texttt{.\&\&.}}}4 } +\newcommand{\CI}[1]{\lstinline[language=Clean]|#1|} + \lstset{% breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace breaklines=true, % sets automatic line breaking @@ -90,11 +96,11 @@ commentstyle=\itshape, % comment style keywordstyle=\bfseries, % keyword style stringstyle=\ttfamily, % string literal style - language=Clean, % the language of the code showspaces=false, % show spaces everywhere adding particular underscores; it overrides 'showstringspaces' showstringspaces=false, % underline spaces within strings only showtabs=false, % show tabs within strings adding particular underscores - tabsize=4 % sets default tabsize to 2 spaces + tabsize=4, % sets default tabsize to 2 spaces + frame=L } \title{iTasks and the Internet of Things}