X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.pre;h=9ec3c0af62f278d300b0b4a49dd8e7a2dce9d046;hb=dc057560c806a535088e1d9ebdbdd0737467ecc3;hp=ef1cc96a3a1ea657c55d9e5ef381716534dd25cc;hpb=c5ca9a64d0bf611ee0d876dcb67dfb45406005b9;p=msc-thesis1617.git diff --git a/thesis.pre b/thesis.pre index ef1cc96..9ec3c0a 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