-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.tex
50 lines (38 loc) · 881 Bytes
/
toc.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
\pagenumbering{roman}
% \setcounter{page}{3}
% Start with plain page style so that the defined page numbering is
% used
\pagestyle{empty}
\input{00-frontpage}
% Abstracts
\cleardoublepage
\input{00-abstracts}
% Dedication
\cleardoublepage
\input{00-dedication}
% Preface
\cleardoublepage
\pagestyle{plain}
\input{00-preface}
% Table of contents
\cleardoublepage
\tableofcontents
\cleardoublepage
\input{00-abbreviations}
\cleardoublepage
\input{00-symbols}
\cleardoublepage
\listoffigures
%%=====================================================================
%% Actual textual content
%%=====================================================================
\pagenumbering{arabic}
\pagestyle{dissertation}
\input{01-introduction}
\input{02-mv-data}
\input{03-mv-index}
\input{04-tsbmvbt}
\input{05-tmvbt}
\input{06-cmvbt}
\input{07-performance}
\input{08-conclusions}