-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
74 lines (60 loc) · 1.34 KB
/
main.tex
File metadata and controls
74 lines (60 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
\documentclass{article}
\usepackage{subfiles}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks]{hyperref}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\usepackage{float}
\usepackage[a4paper, total={6.5in, 8in}]{geometry}
\setlength{\topmargin}{-1cm}
\lstset{frame=tb,
language=Java,
aboveskip=3mm,
belowskip=3mm,
showstringspaces=false,
columns=flexible,
basicstyle={\small\ttfamily},
numbers=none,
numberstyle=\tiny\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
breaklines=true,
breakatwhitespace=true,
tabsize=3
}
\title{AOOP - Project Report}
\author{Hamed Haghjo \and Elias Vahlberg}
\date{May 2021}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{Introduction}
\subfile{sections/introduction.tex}
\newpage
\section{Design}
\subfile{sections/design.tex}
\newpage
\section{Testing}
\subfile{sections/testing.tex}
\newpage
\section{Features and Problems}
\subfile{sections/features_problems.tex}
\newpage
\section{Results}
\subfile{sections/results.tex}
\newpage
\section{Version Control System}
\subfile{sections/versioncontrolsystem.tex}
\newpage
\section{Summary}
\subfile{sections/summary.tex}
\newpage
\section{Sources}
\subfile{sections/sources.tex}
\end{document}