-
Notifications
You must be signed in to change notification settings - Fork 35
/
thesis.tex
185 lines (140 loc) · 5.73 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
% MSc thesis style for TU Delft Embedded Networked Systems Group.
% MIT License
%
% Copyright (c) 2023 TU Delft Embedded Systems Group and Casper Dennis van Wezel.
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% The above copyright notice and this permission notice shall be included in all
% copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
% SOFTWARE.
\documentclass[10pt,twoside,a4paper,openright]{report}
% add new packages here
% math packages
\usepackage{amsmath}
\usepackage{amssymb}
% textblocks for title page
\usepackage[absolute]{textpos}
% use babel for proper hyphenation
\usepackage[british]{babel}
% Graphics: different for pdflatex or dvi output, choose one
%%\usepackage[dvips]{graphicx}
%%\usepackage[pdftex]{graphicx}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{rotating}
\usepackage{subfigure}
% Make captions distinguishable
\usepackage[textfont=bf]{caption}
% Chose font style
\usepackage[scaled=.92]{helvet}
% for url's use "\url{http://www.google.com/}"
\usepackage{url}
\usepackage[plainpages=false]{hyperref}
% Information that will be filled in at various points in the report
\newcommand{\reportTitle}{WRITE YOUR THESIS TITLE HERE}
\newcommand{\reportAuthor}{WRITE YOUR NAME AND SURNAME HERE} % Please put your full and official name here: no abbreviations (and to Dutch students: geen roepnamen)
\newcommand{\studentNumber}{WRITE YOUR TU DELFT STUDENT NUMBER HERE}
\newcommand{\reportEmailTUD}{REPORT-YOUR-TU-DELFT-EMAIL-FROM-STUDENT-TUDELFT-NL@student.tudelft.nl}
\newcommand{\reportEmailNonTUD}{REPORT-YOUR-NON-TU-DELFT-EMAIL@some.other.non.tudelft.nl.domain.com}
\newcommand{\reportUrlEmailTUD}{\href{mailto:\reportEmailTUD}{\reportEmailTUD}}
\newcommand{\reportUrlEmailNonTUD}{\href{mailto:\reportEmailNonTUD}{\reportEmailNonTUD}}
\newcommand{\reportMSC}{PUT TU DELFT PROGRAM THAT YOU FOLLOWED HERE} % Examples are {Embedded Systems} {Computer Engineering} {Computer Science} or {Electrical Engineering}
\newcommand{\reportDate}{PUT DATE OF PROVIDING THESIS TO GRADUATION COMMITTEE HERE}
\newcommand{\presentationDate}{PUT DATE OF YOUR PRESENTATION HERE}
\newcommand{\graduationCommittee}{
PUT THE NAME AND SURNAME OF GRADUATION COMMITTEE MEMBER 1 HERE & Delft University of Technology \\
PUT THE NAME AND SURNAME OF GRADUATION COMMITTEE MEMBER 2 HERE & Delft University of Technology \\
% ...
PUT THE NAME AND SURNAME OF GRADUATION COMMITTEE MEMBER X HERE & Delft University of Technology \\
}
% Provide full name and surname (no abbreviations), so "Koen Langendoen" not "K. Langendoen"
% The order of listing above:
% title + Graduation committee chairman name and surname (chairman)
% title + Supervisor 1 name and surname (direct supervisor)
% title + Supervisor 2 name and surname (direct supervisor)
% ...
% title + Supervisor X name and surname (direct supervisor)
% ...
% Others (ordered by title and alphabetical)
% Example:
% prof.\,dr.\,Koen Langendoen (chairman) & Delft University of Technology \\
% dr.\,Przemys{\l}aw Pawe{\l}czak & Delft University of Technology \\
\newcommand{\reportAbstract}{WRITE YOUR ABSTRACT HERE}
\newcommand{\reportKeywords}{LIST YOUR KEYWORDS HERE}
% Did the thesis lead to a paper?
% e.g. The work presented in this thesis has lead to a paper which has been submitted to a conference for publication, pending peer-review
%\newcommand{\reportPaper}{LINE ABOUT YOUR PUBLICATION GOES HERE}
\newcommand{\reportPaper}{}
% Information for pdflatex
\pdfinfo{
/Author (\reportAuthor)
/Title (\reportTitle)
/Keywords (\reportKeywords)
}
\begin{document}
\pagenumbering{alph}
\pagestyle{empty}
% Make frontcover
\input{template/frontcover}
% Set marginns
\hoffset=1.63cm
\oddsidemargin=0in
\evensidemargin=0in
\textwidth=5in
%
\parindent=1em
% Empty page
\cleardoublepage
\pagestyle{plain}
\pagenumbering{roman}
\setcounter{page}{1}
% Create title page: page i (hidden)
\input{template/titlepage}
% Create Graduation Data and Abstract: pages ii and iii (hidden)
\input{template/graduationdata}
% Empty page: page iv
\cleardoublepage
% (Optional) Include quotation: page v (uncomment if needed)
\input{chapters/quotation}
% Empty page: page vi
\cleardoublepage
% Create preface: page v
\input{chapters/preface}
% Empty page: page vi
\cleardoublepage
% Create tabe of contents: page vii
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\setcounter{page}{1}
% Create Introduction: page 1
\include{introduction}
% Create chapters
\input{chapters/chapter_1}
%\input{chapters/chapter_2}
% ...
%\nput{chapters/chapter_X}
% Create conclusions
\input{chapters/conclusions}
% Create future work
\input{chapters/futurework}
% Create bibliography
\bibliographystyle{plain} % Please do not change the style of bibliography (yes, it should be `plain`)
\bibliography{../bib/MyMScTUDESThesisBibFile} % remove "../" before "bib" if you compile directly in Overleaf or in your favourite local LaTeX distribution
% Create appendix
\appendix
\input{chapters/appendix_a}
\end{document}