-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
55 lines (37 loc) · 958 Bytes
/
report.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
\documentclass[a4paper,10pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
% define hmagin & vmargin
\geometry{hmargin=3cm, vmargin=3cm}
\usepackage{hyperref}
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = red %Colour of citations
}
% Title Page
\title{\textbf{FM Repeater Upgrade} \\
MSc. Advanced Electronic Systems Engineering (2018-19) \\
Université de Bourgogne, Dijon - France.
}
\author{Danial Saleemi \\
Student: Danial Saleemi \\
Supervisor (Enterprise): Amar Zeher \\
Supervisor (Academia): Jean-Marie Bilbault
}
\date{\today}
\begin{document}
\maketitle
% \begin{abstract}
% \end{abstract}
\tableofcontents
\newpage
\input{TEX/file0}
\input{TEX/file1}
\input{TEX/file2}
\input{TEX/file3}
\input{TEX/file4}
\input{TEX/file5}
\input{TEX/file6}
\end{document}