-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc.lhs
51 lines (42 loc) · 958 Bytes
/
doc.lhs
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
\documentclass[a4paper,12pt]{article}
%include polycode.fmt
\usepackage[utf8]{inputenc}
\usepackage[margin=1in]{geometry}
\usepackage[parfill]{parskip}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
}
\title{\textbf{Haskell VNC Client}:\\
Source Code Documentation}
\author{
Brandon Byskov\\
1068517\\
\texttt{byskovbm@@mcmaster.ca}
\and
Xuchao Ding\\
1233855\\
\texttt{dingx3@@mcmaster.ca}
\and
Natalie Perna\\
1066785\\
\texttt{pernanm@@mcmaster.ca}
}
\date{April 19th, 2015}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
%include app/Main.lhs
%include src/Client.lhs
%include src/Client/Handshake.lhs
%include src/Client/Messages.lhs
%include src/Client/Network.lhs
%include src/Client/Security.lhs
%include src/Client/Types.lhs
%include src/Client/Window.lhs
%include src/Client/Window/Graphics.lhs
%include src/Client/Window/Input.lhs
\end{document}