-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
85 lines (63 loc) · 1.4 KB
/
Copy pathmain.tex
File metadata and controls
85 lines (63 loc) · 1.4 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
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
\immediate\write18{makeindex \jobname.nlo -s nomencl.ist -o \jobname.nls}
%\documentclass[showtrims,oldfontcommands]{kthesis}
\documentclass[g5paper,phd,electronic]{preamble/kthesis}
% \documentclass[oldfontcommands]{kthesis}
\input{preamble/preamble.tex}
\input{preamble/Bibl}
\begin{document}
\frontmatter
\maketitle
\thispagestyle{empty}
\vfill
\begin{figure}
\begin{flushright}
\Large
\textit{To my mother\\
In loving memory of my father}
\end{flushright}
\end{figure}
\vfill
% abstract
\input{source/abstract}
% \clearpage
\input{source/sammanfattning}
% \clearpage
\input{source/acknowledgements}
\clearpage
\tableofcontents
% \cleardoublepage
% \input{source/notations}
\mainmatter
% Beginning of main content: chapter 1
\input{source/chapter1/chapter1}
\part{General Background}
\label{part:background}
% Chapter 2
\input{source/chapter2/chapter2}
\part{Inference}
\label{part:inference}
% chapter 3
\input{source/chapter3/chapter3}
% chapter 4
\input{source/chapter4/chapter4}
\part{Learning}
\label{part:learning}
% chapter 5
\input{source/chapter5/chapter5}
% chapter 6
\input{source/chapter6/chapter6}
% chapter 7
\input{source/chapter7/chapter7}
% \chapter 8
\input{source/chapter8/chapter8}
\part{Epilogue}
% \chapter 9
\input{source/chapter9/chapter9}
\bibliographystyle{kthplain}
\bibliography{myref}
\end{document}
\endinput
%%% Local Variables:
%%% mode: pdflatex
%%% TeX-master: t
%%% End: