-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
41 lines (32 loc) · 1.09 KB
/
main.tex
File metadata and controls
41 lines (32 loc) · 1.09 KB
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
%-----------------------------------------------------------
% LaTeX template for University of Warwick exams
%-----------------------------------------------------------
\usepackage{fancyeq}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usepackage{newpxtext,newpxmath}
\linespread{1.05} % Palatino needs more leading (space between lines)
\usepackage[T1]{fontenc}
\usepackage{multicol}
%\usepackage[nomap]{FiraMono}
% configure the heading
\ModuleCode{CS2560}
\ModuleName{Functional Programming}
\ExamPeriod{Summer 2018}
\ExamsName{Second Year Examinations}
\TimeAllowed{2 hours}
\QuestionInstructions{Answer \textbf{FOUR} questions.}
\OtherInstructions{Read carefully the instructions on the answer book and make sure that the particulars required are entered on \textbf{each} answer book. \\
No calculators are allowed. A copy of the Haskell Prelude is given in the Appendix.}
\begin{document}
\MakeHeading
\begin{questions}
\input{q1} % done
\input{q2} % done
\input{q3} % done
\input{q4} % done
\input{q5} % done
\input{q6} % done
\end{questions}
\input{prelude}
\end{document}