-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
129 lines (92 loc) · 2.65 KB
/
thesis.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
\documentclass[8pt,b5paper,twoside,openright]{book}
%\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
\usepackage[
top=2cm,
bottom=2.2cm,
left=1.8cm,
right=1.8cm,
marginparwidth=0cm,
marginparsep=0cm,
paperheight=240mm,
paperwidth=170mm,
headheight=13.6pt]{geometry}
\usepackage{icthesis}
\input{thesis.preamble}
\include{journals}
%%%%\bibliographystyle{abbrvnat}
%\setcitestyle{authoryear,open={(},close={)}} %Citations bracketed with ()
%\setcitestyle{citesep={;}} %Makes multiple citations with ;
%% The graphicx package provides the includegraphics command.
\usepackage{graphicx}
\usepackage{footnote}
\usepackage{epsfig}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
%% The amssymb package provides various useful mathematical symbols
\usepackage{amssymb}
%% The amsthm package provides extended theorem environments
%% \usepackage{amsthm}
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
%\usepackage[switch]{lineno}
%\linenumbers
\usepackage{caption}
\DeclareCaptionType{equ}[Equation][List of Equations]
\usepackage{subcaption}
\addbibresource{../background/background.bib}
\addbibresource{../ch2/bibliography.bib}
\addbibresource{../ch3/chapter3.bib}
\addbibresource{../ch4/chapter4.bib}
\addbibresource{../ch5/chapter5.bib}
\addbibresource{../ch6/chapter6.bib}
\addbibresource{../ch7/bibliography.bib}
\addbibresource{../conclusion/conclusion.bib}
\hyphenation{LOFAR}
\hyphenation{CouchDB}
\input{glossary}
\begin{document}
\title{\LARGE {\bf Orchestration of Distributed LOFAR Workflows}\\
\vspace*{6mm}
}
\author{Alexandar P. Mechev}
\submitdate{November 2019}
\normallinespacing
\maketitle
\onehalfspacing
\input{introduction/promotiecomitie.tex}
\preface
%\input{quotes/quotes.tex}
\body
\emergencystretch 3em
\input{background/background.tex}
\input{introduction/introduction.tex}
% body of thesis comes here
\tolerance=5000
\input{ch2/chapter2.tex}
\input{ch3/chapter3.tex}
\input{ch4/chapter4.tex}
\input{ch5/chapter5.tex}
\input{ch6/chapter6.tex}
\input{ch7/chapter7.tex}
\input{conclusion/conclusion}
\stopthumb
\markboth{}{}
\phantomsection
\input{acknowledgements/acknowledgements.tex}
\phantomsection
\input{conclusion/samenvetting.tex}
\phantomsection
\input{conclusion/summary.tex}
\phantomsection
\input{conclusion/publications.tex}
%\appendix
% appendices come here
%
\clearpage
\printglossaries
\clearpage
\addcontentsline{toc}{chapter}{Bibliography}
%\bibliographystyle{abbrv}
%\bibliography{../ch3/chapter3.bib,../ch4/chapter4.bib,../ch5/chapter5.bib,../ch6/chapter6.bib} %Using ../ because bibtex compilation happens in the thesis/ folder
\printbibliography
\end{document}