This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
80 lines (64 loc) · 2.18 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
\documentclass{thesis}
\include{include/preamble}
\title{
System-Level Analysis and Design\\[0.2em]
under Uncertainty
}
\department{Department of Computer and Information Science}
\isbn{978-91-7685-426-6}
\issn{0345-7524}
\divanumber{140758}
\publicationseries{Linköping Studies in Science and Technology. Dissertations}
\publicationnumber{1887}
\publicationyear{2017}
\author{Ivan Ukhov}
\addbibresource{include/bibliography.bib}
\begin{document}
\chapter{\introductiontitle}
\clab{introduction}
\glsresetall
\newcommand{\inputsection}[1]{\input{include/introduction/#1}}
\input{include/introduction}
\chapter{Background}
\clab{background}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/background/#1}}
\input{include/background}
\chapter{Analysis and Design with Certainty}
\clab{certainty-development}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/certainty/development/#1}}
\input{include/certainty/development}
\chapter{Analysis of Process Uncertainty}
\clab{uncertainty-process-fabrication}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/uncertainty/process/fabrication/#1}}
\input{include/uncertainty/process/fabrication}
\chapter{Analysis and Design under Process Uncertainty}
\clab{uncertainty-process-development}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/uncertainty/process/development/#1}}
\input{include/uncertainty/process/development}
\chapter{Analysis under Workload Uncertainty}
\clab{uncertainty-workload-development}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/uncertainty/workload/development/#1}}
\input{include/uncertainty/workload/development}
\chapter{Management under Workload Uncertainty}
\clab{uncertainty-workload-operation}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/uncertainty/workload/operation/#1}}
\input{include/uncertainty/workload/operation}
\chapter{\conclusiontitle}
\clab{conclusion}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/conclusion/#1}}
\input{include/conclusion}
\begin{appendices}
\chapter{Appendix}
\glsresetall
\renewcommand{\inputsection}[1]{\input{include/appendix/#1}}
\input{include/appendix}
\end{appendices}
\printbibliography
\end{document}