-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
66 lines (53 loc) · 1.18 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
54
55
56
57
58
59
60
61
62
63
64
65
66
\title{phd thesis}
\author{
koulouris
}
\date{\today}
\documentclass[12pt]{article}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\begin{document}
%\pagestyle{empty} % Use for title page, or use
\maketitle
\newpage
%\pagenumbering{roman} % Roman numerals
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
%\pagestyle{plain}
\begin{abstract}
This is the paper's abstract \ldots
\end{abstract}
\pagestyle{empty} % Use for title page, or use
\pagenumbering{arabic} % Roman numerals
\newpage
\setcounter{page}{1}
\include{chapter1_LHC}%\label{chapter1}
\newpage
\include{chapter2_NSW_MM}%\label{chapter2}
\newpage
\include{chapter3_analysis}%\label{chapter3}
\newpage
\include{chapter4_design}%\label{chapter4}
\newpage
\include{chapter5_elx}% \label{chapter5}
\newpage
\include{chapter6_sca}%\label{chapter6}
\newpage
\include{chapter7_simulation}%\label{chapter7}s
\newpage
\section{Previous work}%\label{previous work}
A much longer \LaTeXe{} example was written by Gil~\cite{Gil:02}.
\bibliographystyle{abbrv}
\bibliography{simple}
\end{document}
This is never printed