-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (44 loc) · 1.05 KB
/
main.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
\documentclass[final,a4paper,oneside,10pt,conference]{IEEEtran}
\input{packages}
\title{A title lab\\
\LARGE\textbf{CODE}\\
\large\textit{Group XX}\\
\vspace{1em}
\large\textit{\today}
\vspace{-1em}
}
\author{
\IEEEauthorblockN{XXX XXXXXX}
\IEEEauthorblockA{
Faculty of Electrical Engineering,\\
Mathematics and Computer Science\\
Delft University of Technology\\
Delft, The Netherlands\\
Student nr.: xxxxxxx
}
\and
\IEEEauthorblockN{XXX XXXXX}
\IEEEauthorblockA{
Faculty of Electrical Engineering,\\
Mathematics and Computer Science\\
Delft University of Technology\\
Delft, The Netherlands\\
Student nr.: xxxxxxx
}\\
}
\begin{document}
\maketitle
\begin{abstract}
Abstract...
\end{abstract}
\input{content/introduction}
\input{content/testing}
\input{content/results}
\input{content/discussion}
{
\small
\bibliographystyle{IEEEtranSN}
\bibliography{bibliography}
}
\addcontentsline{toc}{chapter}{Bibliography}
\end{document}