forked from eX-Mech/mechthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
167 lines (138 loc) · 5.47 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
\documentclass{MechThesis}
%
% Default options:
% [thesissizeG5,twoside,onecolumn,10pt,reqno,tbtags,globalpagenum,final]
%
%
% Available options:
% - size: [a4paper, letterpaper, thesissisze, thesissizeA4, thesissizeG5]
% - printing: [twoside, oneside]
% - columns: [onecolumn, twocolumns]
% - font size: [8pt, 9pt, 10pt, 11pt, 12pt]
% - position of equation numbers: [leqno, reqno]
% - split-equations numbers: [tbtags, centertags]
% - page numbers in papers: [globalpagenum, paperpagenum]
% - editing: [final, draft, printA4, cropmarks]
% - papers cover: [happyadvisor] (use it if you have more than 8 papers)
%
%
% Packages
%
% insert in this file any additional package
\input{packages}
%
%
% Commands
%
% insert in this file any additional command
\input{commands}
%-------------------------------------------------------------------------------
% Thesis information
%-------------------------------------------------------------------------------
%
\title[\change{On the stability of a galaxy far, far away}]% Title used in the abstract (optional)
{% Title of the thesis
\change{On the stability\\of a galaxy far, far away}
}%
\author{\change{Anakin Skywalker}}% Author
\affiliation
{% Author's affiliation
Linn\'e FLOW Centre, KTH Royal Institute of Technology, Department of Mechanics\\
SE--100 44 Stockholm, Sweden%
}%
\titel
{% Swedish title (for swedish abstract)
\change{P\r{a} stabiliteten i en galax l\r{a}ngt, l\r{a}ngt borta}
}%
\anslutning
{% Author's swedish affiliation (for swedish abstract)
Linn\'e FLOW Centre, Kungliga Tekniska h\"ogskolan, Institutionen f\"or Mekanik\\
SE-100 44 Stockholm, Sverige%
}%
\date{Stockholm}{\change{February}}{\change{3641}}% City, Month, Year
\info{% Defence information (in swedish)
Akademisk avhandling som med tillst\aa nd av Kungliga Tekniska H\"{o}gskolan
i Stockholm framl\"{a}gges till offentlig granskning f\"{o}r avl\"{a}ggande
av teknologie
\change{doktorsexamen} % doktorsexamen/licentiatsexamen
\change{s\"{o}ndagen den 30 februari 3641 kl 23:30} % day (no capital initials on days and month)
i sal \change{K47}, % room
Kungliga Tekniska H\"{o}gskolan, \change{Tatooinev\"agen 69, Coruscant}.% address
%
\\[\baselineskip]% Publishing info
%
TRITA-SCI-FOU \change{3641:01}\\ % you get from Stefan or Vivi or Daniel: [email protected] - [email protected] - [email protected]
ISBN \change{978-91-7942-634-9} % you get from KTH library: https://www.kth.se/en/biblioteket/publicera-analysera/vagledning-for-publicering/bestallning-av-isbn-1.854778
%
% there are no more ISSN nor ISRN
%
\\[\baselineskip]% Cover info (comment if no cover image is used)
%
{\it Cover:} \change{schematics of a thermal exhaust port of the Death Star}.
%
% In case you are interested
% the colour of the blue ribbon at the bottom of the page is:
% PANTONE 2935 U https://www.pantone.com/color-finder/2935-U
% which corresponds to:
% RGB 27 95 170
% CMYK 98 52 0 0
% HEX/HTML 1B5FAA
%
% you can find more info about printing and the graphics at the following pages
% https://www.kth.se/en/kthb/publicering/kths-publikationsdat/for-forskare/spikningen-steg-for-steg-1.584638
% https://www.kth.se/en/student/program/examensarbete/avhandlingarochexamensarbeten/avhandlingar-och-examensarbeten-1.458230
% https://www.kth.se/polopoly_fs/1.477580!/KTH%20Inlaga_avhandling_stylesheet.pdf
}%
\printer{Universitetsservice US--AB, Stockholm}% Printer informations
%===============================================================================
%===============================================================================
% BEGIN DOCUMENT
%===============================================================================
%===============================================================================
%\includeonly{overview}
\begin{document}
%===============================================================================
% Frontmatter
%===============================================================================
%
\frontmatter
\input{frontmatter}
%===============================================================================
% Part I: Overview and summary
%===============================================================================
%
\mainmatter
\part{Overview and summary}
%-------------------------------------------------------------------------------
% Overview and summary
%
\include{overview}
%-------------------------------------------------------------------------------
% Comment the following command if you do not want a separate page for Part II
% in the table of contents
%
\tocpagebreak
%===============================================================================
% Part II: Papers
%===============================================================================
%
\part{Papers}
%-------------------------------------------------------------------------------
% Summary of the papers
%
\makepapersummary
\cleardoublepage
%-------------------------------------------------------------------------------
% Paper 1
%
\include{paper1/paper}
%-------------------------------------------------------------------------------
% Paper 2
%
\include{paper2/paper}
%===============================================================================
%===============================================================================
% END DOCUMENT
%===============================================================================
%===============================================================================
\end{document}