more upydates
[phd-thesis.git] / preamble.tex
1 % chktex-file 17
2 % chktex-file 15
3 % Fonts
4 \usepackage[utf8]{inputenc} % Input encoding
5 \usepackage[T2A,T1]{fontenc} % Font encoding
6 \usepackage{lmodern} % Nicer font
7 \usepackage{microtype} % Better kerning
8 \usepackage{tipa} % IPA symbols
9 \usepackage{stmaryrd} % short arrows
10 \usepackage{textcomp} % upquote
11 \usepackage{titlecaps} % titlecase commands
12 \usepackage{amsmath} % extra math
13 \usepackage{amssymb} % extra math symbols
14 \usepackage{wasysym} % circle symbols
15 \usepackage{relsize} % \smaller command
16 \usepackage{siunitx} % typeset units
17 \usepackage{xcolor} % colors
18 \DeclareSIUnit\noop{\relax}
19 \DeclareSIUnit\celcius{{}^{\circ}\kern-\scriptspace\mathsf{C}}
20 \everymath{\it\/}
21 \DeclareMathSymbol{\shortminus}{\mathbin}{AMSa}{"39} %chktex 18
22 \newcommand{\dcolon}[0]{\mathbin{::}}
23
24 % Internationalisation
25 \usepackage[dutch,russian,british]{babel}
26 \input{hyphenation}
27 %\babelfont[russian]{rm}{Liberation Serif}
28
29 % Papersize and layout
30 \usepackage{geometry}
31 \geometry{
32 inner=25mm,
33 outer=20mm,
34 marginparsep=3mm,
35 marginparwidth=13mm,
36 top=25mm,
37 bottom=20mm,
38 paperwidth=17cm,
39 paperheight=24cm,
40 }
41 \usepackage{pdflscape}
42 \usepackage{float}
43 \usepackage{fancyhdr} % Custom headers and footers
44 %\pagestyle{headings}
45 \pagestyle{fancy}
46 \fancyhead{}
47 \fancyfoot{}
48 \setlength{\unitlength}{18mm}
49 \newcommand{\blob}{{\color{gray}\rule[-.2\unitlength]{2\unitlength}{.5\unitlength}}}
50 \fancyhead[RE]{\rightmark}
51 \fancyhead[LO]{\leftmark}
52 \newcommand{\frontmatterfancy}[0]{
53 \fancyhead[RO]{\thepage}
54 \fancyhead[LE]{\thepage}
55 }
56 \newcommand{\mainmatterfancy}[0]{
57 \fancyhead[RO]{
58 \thepage%
59 \begin{picture}(0,0)
60 \put(1,-\value{chapter}){\blob}
61 \end{picture}
62 }
63 \fancyhead[LE]{
64 \begin{picture}(0,0)
65 \put(-3,-\value{chapter}){\blob}
66 \end{picture}%
67 \thepage%
68 }
69 }
70 \newcommand{\backmatterfancy}[0]{
71 \fancyhead[RO]{
72 \thepage%
73 \begin{picture}(0,0)
74 \put(1,-1){\blob}
75 \end{picture}
76 }
77 \fancyhead[LE]{
78 \begin{picture}(0,0)
79 \put(-3,-1){\blob}
80 \end{picture}%
81 \thepage%
82 }
83 }
84 \renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
85 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
86 %\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\chaptername}\ \thechapter.\ #1}{}}
87 %\renewcommand{\headrulewidth}{0pt}
88 \renewcommand{\footrulewidth}{0pt}
89 \usepackage{etoolbox} % To patch the chapter command
90 % Have better page numbering in chapters
91 \patchcmd{\chapter}{plain}{headings}{}{}
92 \usepackage{epigraph} % Epigraph
93 \renewcommand\partname{Episode} % Rename parts to episodes (rhapsody uhu)
94 \addto\captionsbritish{\renewcommand{\partname}{Episode}}
95 \usepackage{titlesec}
96 \titleformat{\part}[block]
97 {\Huge}
98 {\partname~\thepart:}
99 {20pt}
100 {}
101 % This is required to make \nameref work (https://tex.stackexchange.com/questions/211035/problems-with-nameref-not-refering-to-the-correct-label-x-titlesec)
102 \makeatletter
103 \let\titlesec@part\part%
104 \renewcommand{\part}{\@ifstar\part@star\part@nostar}
105 \def\part@star#1{\NR@gettitle{#1}\titlesec@part*{#1}}
106 \def\part@nostar{\@ifnextchar[\part@nostar@opt\part@nostar@nopt} % chktex 9
107 \def\part@nostar@nopt#1{\NR@gettitle{#1}\titlesec@part{#1}}
108 \def\part@nostar@opt[#1]#2{\NR@gettitle{#1}\titlesec@part[#1]{#2}}
109 \makeatother
110 \newenvironment{chapterabstract}{\begin{quotation}\em\noindent}{\end{quotation}} %chktex 6
111
112 % Increase the depth for the table of contents
113 \setcounter{secnumdepth}{3}
114 \renewcommand{\contentsname}{Table of Contents} % change the name of the TOC
115 \AtBeginDocument{\addtocontents{toc}{\protect\thispagestyle{empty}}} % to remove page numbering from the TOC
116
117 % (file) structure
118 \usepackage[subpreambles=true]{standalone} % standalone figures
119 %\usepackage{morewrites} % fix no more room for a new \write
120 \usepackage{appendix} % subappendices, appendices per chapter
121
122 % Bibliography
123 \usepackage{natbib} % Cite bib entry completely
124 \setlength{\bibsep}{0.0pt}
125 \def\bibfont{\small}
126 %\bibliographystyle{alpha}
127 \bibliographystyle{abbrvnat}
128 \apptocmd{\thebibliography}{\raggedright}{}{}
129 \usepackage{bibentry} % Cite bib entry completely
130 \nobibliography*
131 \newcommand{\citeentry}[1]{\begin{NoHyper}\bibentry{#1}\end{NoHyper}. \citep{#1}}
132
133 \makeatletter
134 \newcommand{\citepage}[1]{p.~#1}
135 \newcommand{\citepages}[1]{pp.~#1}
136 \newcommand{\citechapter}[1]{\cref@chapter@name~#1}
137 \newcommand{\citechapters}[1]{\cref@chapter@name@plural~#1}
138 \newcommand{\citesection}[1]{\cref@section@name~#1}
139 \newcommand{\citesections}[1]{\cref@section@name@plural~#1}
140 %\newcommand{\citesection}[1]{\S.~#1}
141 %\newcommand{\citesections}[1]{\S\S.~#1}
142 \newcommand{\citeparagraph}[1]{\P.~#1}
143 \newcommand{\citeparagraphs}[1]{\P\P.~#1}
144 \makeatother
145
146 % Graphics
147 \usepackage{graphicx} % Images
148 \graphicspath{{img/},{intro/img},{top/img},{tvt/img}}
149 \usepackage{caption} % subfigures
150 \usepackage{subcaption}
151 \usepackage{rotating}
152 \newcommand{\orcid}[1]{\href{https://orcid.org/#1}{\hspace{1mm}\includegraphics[width=1em]{orcid}\hspace{2mm} https://orcid.org/#1}}
153 \usepackage{tikz}
154
155 % Tables
156 \usepackage{booktabs} % Nicer tables
157 \usepackage{multirow} % Multirow cells
158 \usepackage{tabularx} % Automatically wrapping tables
159 \usepackage{longtable} % Tables spanning pages
160 \usepackage{threeparttable} % Tables with footnotes
161
162 % Code
163 % Pseudocode
164 \usepackage[algochapter]{algorithm2e}
165 % Fix the algorithm font
166 \renewcommand\AlCapFnt{\normalfont}
167 \usepackage{listings}
168 % https://tex.stackexchange.com/questions/149056/how-can-i-define-additional-literate-replacements-without-deleting-existing-ones
169 \makeatletter
170 \def\addToLiterate#1{\edef\lst@literate{\unexpanded\expandafter{\lst@literate}\unexpanded{#1}}}
171 \lst@Key{moreliterate}{}{\addToLiterate{#1}}
172 \makeatother
173 % General listings settings
174 \lstset{%
175 basewidth=0.5em,
176 basicstyle=\tt\small,
177 breakatwhitespace=false,
178 breaklines=true,
179 captionpos=b,
180 columns=[c]fixed,
181 commentstyle=\sl,
182 escapeinside={[+}{+]}, % chktex 9
183 frame=L,
184 keepspaces=true,
185 keywordstyle=\bf,
186 postbreak=\mbox{\textcolor{gray}{$\hookrightarrow$}\space},
187 showspaces=false,
188 showstringspaces=false,
189 showtabs=false,
190 stringstyle=\it,
191 tabsize=4,
192 upquote=true,
193 numberstyle=\tiny,
194 texcl=true;
195 }
196 \usepackage{lstlangclean}
197 \usepackage{lstlanghaskell}
198 \usepackage{lstlangarduino}
199 \lstloadlanguages{%
200 {[Arduino]C++},%
201 {c},%
202 {Python},%
203 {Clean},%
204 {[Regular]Haskell},
205 {[Lhs2Tex]Haskell}}
206 \newcommand{\cinline}[1]{\lstinline[language=c,postbreak=]|#1|}
207 \newcommand{\arduinoinline}[1]{\lstinline[language={[Arduino]C++},postbreak=]|#1|}
208 \newcommand{\pythoninline}[1]{\lstinline[language=Python,postbreak=]|#1|}
209 \newcommand{\cleaninline}[1]{\lstinline[language=Clean,postbreak=]|#1|}
210 \newcommand{\cleaninputlisting}[2][]{\renewcommand*{\lstlistingname}{Listing (\gls{CLEAN})}\lstinputlisting[language=Clean,#1]{#2}}
211 \newcommand{\haskellinline}[1]{\lstinline[language={[Regular]Haskell},postbreak=]|#1|}
212 \newcommand{\haskellinputlisting}[2][]{\renewcommand*{\lstlistingname}{Listing (\gls{HASKELL})}\lstinputlisting[language={[Regular]Haskell},#1]{#2}}
213 \newcommand{\haskelllhstexinline}[1]{\lstinline[language={[Lhs2Tex]Haskell},postbreak=]|#1|}
214 %For storing listings in footnotes
215 \newsavebox{\LstBox}
216 % Fix list of listings title
217 \renewcommand{\lstlistlistingname}{List of Listings}
218 % Fix list of listings chapter separator
219 \makeatletter
220 \let\my@chapter\@chapter%
221 \renewcommand*{\@chapter}{%
222 \addtocontents{lol}{\protect\addvspace{10pt}}%
223 \my@chapter}
224 \makeatother
225
226 \lstnewenvironment{lstPython}[1][]
227 {%
228 \lstset{language=Python, #1}
229 \renewcommand*{\lstlistingname}{Listing (\gls{PYTHON})}
230 }
231 {}
232 \lstnewenvironment{lstClean}[1][]
233 {%
234 \lstset{language=Clean, #1}
235 \renewcommand*{\lstlistingname}{Listing (\gls{CLEAN})}
236 }
237 {}
238 \lstnewenvironment{lstArduino}[1][]
239 {%
240 \lstset{language={[Arduino]C++}, #1}
241 \renewcommand*{\lstlistingname}{Listing (\gls{ARDUINO})}
242 }
243 {}
244 \lstnewenvironment{lstHaskell}[1][]
245 {%
246 \lstset{language={[Regular]Haskell},#1}%
247 \renewcommand*{\lstlistingname}{Listing (\gls{HASKELL})}
248 }
249 {}
250 \lstnewenvironment{lstHaskellLhstex}[1][]
251 {%
252 \lstset{language={[Lhs2Tex]Haskell},#1}%
253 \renewcommand*{\lstlistingname}{Listing (\gls{HASKELL})}
254 }
255 {}
256
257 % Hyperlinks and metadata
258 \usepackage[pdflang={en-GB},pagebackref]{hyperref} % hyperlinks
259 \usepackage{xr} % hyperlinks
260 \renewcommand*{\backref}[1]{}
261 \renewcommand*{\backrefalt}[4]{[{%
262 \ifcase #1 not cited.\or p.~#2.\else pp. #2.\fi%chktex 1
263 }]}
264 \hypersetup{%
265 pdftitle={\mytitle},
266 pdfauthor={\myauthor},
267 pdfkeywords={task-oriented programming, functional programming, domain specific languages, internet of things},
268 hidelinks,
269 }
270 \usepackage[nodayofweek]{datetime} % Use a fixed document date
271 \urlstyle{same}
272 \usepackage{bookmark}
273 \usepackage[noabbrev]{cleveref} % Easy references
274 \crefname{part}{episode}{episodes}
275 \crefname{lstlisting}{listing}{listings}
276 \usepackage{nameref} % to reference names of chapters
277 \newcommand{\fullref}[1]{\cref{#1}: \nameref{#1}}
278 \newcommand{\Fullref}[1]{\Cref{#1}: \nameref{#1}}
279
280 % Glossaries and acronyms
281 \usepackage[nolangwarn,abbreviations,nonumberlist,prefix]{glossaries-extra}
282 \setabbreviationstyle[acronym]{long-short}
283 \Addlcwords{of}
284 % Titlecase glossary commands
285 \newcommand{\glst}[1]{\titlecap{\glsentrylong{#1}}}
286 \newcommand{\Glst}[1]{\glst{#1}}
287 \usepackage{glossary-mcols}
288 \pdfstringdefDisableCommands{%
289 \def\glsxtrlong#1{}%
290 \def\glsxtrlongpl#1{}%
291 \def\glsxtrshort#1{}%
292 \def\glsxtrshortpl#1{}%
293 \def\acrfull#1{}%
294 \def\acrfullpl#1{}%
295 \def\Glsxtrlong#1{}%
296 \def\Glsxtrlongpl#1{}%
297 \def\Glsxtrshort#1{}%
298 \def\Glsxtrshortpl#1{}%
299 \def\Acrfull#1{}%
300 \def\Acrfullpl#1{}%
301 \def\gls#1{}%
302 \def\glspl#1{}%
303 \def\glsentrytext#1{}%
304 \def\Gls#1{}%
305 \def\Glspl#1{}%
306 \def\Glsentrytext#1{}%
307 \def\titlecap#1{}%
308 }
309
310 % Index
311 %\usepackage{makeidx}
312 %\makeindex% Enable the index
313
314 % Custom enumerations
315 \usepackage[inline,shortlabels]{enumitem}
316 \setlist{noitemsep}
317 \setlist[description]{leftmargin=\parindent}
318
319 % Initialize the glossaries
320 \makeglossaries%
321 \input{glossaries}
322
323 \usepackage{subfiles}
324
325 \ifSubfilesClassLoaded{}{
326 \usepackage{xmpincl}
327 \includexmp{CC_Attribution-NoDerivatives_4.0_International}
328 }
329
330 % Custom commands
331 \newcommand{\GHCmod}[1]{\texttt{#1}}
332 \newcommand{\requiresGHCmod}[2][]{\footnote{Requires \GHCmod{#2} to be enabled. #1}}
333 %\newcommand{\etc}{{\fontfamily{cmr}\selectfont{\itshape\/\&c}}}
334 \newcommand{\etc}{{\fontfamily{cmr}\selectfont{\itshape\/\&\kern-0.2em c}}}
335 \newcommand{\rdmentry}[5]{#1 (#2): #3. #4.\ \href{https://doi.org/#5}{#5}}
336 \newcommand{\mlubbers}{Lubbers, M.\ (Radboud University)}
337 \newcommand{\pkoopman}{Koopman, dr.\ P.\ (Radboud University)}
338 \newcommand{\rplasmeijer}{Plasmeijer, prof.\ dr.\ ir.\ R.\ (Radboud University)}
339 \newcommand{\aramsingh}{Ramsingh, A.\ (University of Glasgow)}
340 \newcommand{\jsinger}{Singer, dr.\ J.\ (University of Glasgow)}
341 \newcommand{\ptrinder}{Trinder, prof.~dr.\ P.\ (University of Glasgow)}
342
343 \newcommand{\mypart}[3]{
344 \part[#2: #3]{#2\\[2ex]\smaller{}#3}%
345 \label{#1}
346 }