-
Notifications
You must be signed in to change notification settings - Fork 0
/
document.tex
39 lines (33 loc) · 939 Bytes
/
document.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
\documentclass[english,a4paper,12pt]{book}
\usepackage{mystyle}
\usepackage[pdftex,pdfpagelabels,bookmarks,hyperindex,hyperfigures,hidelinks]{hyperref}
\title{Using machine learning techniques to detect Atrial Fibrillation}
\author{Alex Colucci}
\date{\today}
\begin{document}
\frontmatter
\pagestyle{empty}
%\input{./tex/first_page}
\input{./tex/front}
\input{./tex/dedication}
\input{./tex/acknowledgements}
%\input{./tex/abstract}
{\tableofcontents \let\cleardoublepage\clearpage \listoffigures \let\cleardoublepage\clearpage \listoftables}
\blankpage
\mainmatter
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LO]{\rightmark}
\fancyhead[RE]{\leftmark}
\fancyfoot[C]{\thepage}
\input{./tex/introduction}
\blankpage
\input{./tex/state_of_the_art}
\input{./tex/global_prediction}
\input{./tex/local_prediction}
\blankpage
\input{./tex/conclusions}
\backmatter
\bibliography{./tex/reference.bib}
\bibliographystyle{unsrt}
\end{document}