-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
58 lines (48 loc) · 1.25 KB
/
thesis.tex
File metadata and controls
58 lines (48 loc) · 1.25 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
\RequirePackage{amsmath}% fixes warning
\documentclass[runningheads]{llncs}
\input{settings}
%makeindex thesis.nlo -s nomencl.ist -o thesis.nls
\begin{document}
\pagenumbering{gobble}
\input{chapters/0_cover.tex}
\input{chapters/0_abstract.tex}
\input{chapters/0_resumo.tex}
\input{chapters/0_acknowledgements.tex}
\bfseries
\tableofcontents
\normalfont
\clearpage
\renewcommand{\listfigurename}{\centering\Large\textbf{List of Figures}}
\listoffigures
\clearpage
\renewcommand{\listtablename}{\centering\Large\textbf{List of Tables}}
\listoftables
\input{chapters/0_acronyms}
%% Fix for the nomenclature spacing
\newlength{\nomitemorigsep}
\setlength{\nomitemorigsep}{\nomitemsep}
\setlength{\nomitemsep}{-\parsep}
\newcommand\bparagraph[1]{\vspace{1.0mm}\noindent\textbf{#1.}}
\hypertarget{abbr}{\printnomenclature{}}
\clearpage
\setcounter{page}{1}
\pagenumbering{arabic}
%\linenumbers
\input{chapters/1_introduction}
\clearpage
\input{chapters/2_state_of_art}
\clearpage
\input{chapters/3_prototype_1}
\clearpage
\input{chapters/4_prototype_2}
\clearpage
\input{chapters/5_conclusion}
\clearpage
%\nolinenumbers
% ---- Bibliography ----
\bibliographystyle{IEEEtran}
\bibliography{mybibliography.bib}
\clearpage
\appendix
\input{chapters/0_appendix}
\end{document}