-
Notifications
You must be signed in to change notification settings - Fork 5
/
body.tex
58 lines (45 loc) · 1.15 KB
/
body.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\usepackage[l2tabu,orthodox]{nag}
\usepackage{fixltx2e}
\usepackage{babel}
\usepackage[iso]{isodate}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[protrusion=true, expansion=true]{microtype}
\usepackage[strict=true]{csquotes}
\usepackage{xspace}
\usepackage{mathpazo}
\usepackage[scaled=0.95]{helvet}
\usepackage{courier}
%\usepackage{fullpage}
\usepackage[bookmarks]{hyperref}
\usepackage[missing=0.9.14]{gitinfo}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{fpmacros}
\usepackage{idrislang}
\usepackage{comment}
\usepackage{graphicx}
\input{conf.ltx}
\input{library.ltx}
\newcommand{\version}{\gitVtagn}
\newcommand{\effects}{\texttt{effects}}
\title{Programming and Reasoning with Side-Effects in \Idris{}}
\author{Edwin Brady}
\date{\origdate\today}
\begin{document}
\maketitle
\tableofcontents
\newpage
\input{./content/intro.tex}
\input{./content/state.tex}
\input{./content/simpleeff.tex}
\input{./content/depeff.tex}
\input{./content/impleff.tex}
\input{./content/hangman.tex}
\input{./content/conclusions.tex}
%\newpage
\bibliographystyle{abbrv}
\bibliography{literature}
\appendix
\input{./content/summary.tex}
\end{document}