-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
main.tex
executable file
·225 lines (182 loc) · 10.2 KB
/
main.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a LaTeX template for Bachelor or Master theses at ZHAW, in accordance with the
% guidelines provided here:
% https://www.zhaw.ch/en/lsfm/study/studiweb/master-ls/masters-thesis/
%
%
% This template is based on previous works by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
% Matteo Delucchi (https://github.com/matteodelucchi/ZHAW_thesis-template)
%
% University specific changes were made by:
% Matteo Delucchi
% Norman Juchler
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% DOCUMENT SPECIFICATION
%----------------------------------------------------------------------------------------
\documentclass[
11pt, % Default font size
%oneside, % One-side binding. Default: Two-side binding / alternating margins
english, % Language. Use ngerman for German (Neue Rechtschreibung)
singlespacing, % Spacing option: singlespacing, onehalfspacing or doublespacing
%nolistspacing, % Set spacing in lists to single
%draft, % Enable draft mode: no pictures, no links, overfull hboxes indicated
liststotoc, % Include list of figures/tables/etc in the table of contents
%toctotoc, % Include the main table of contents to the table of contents
parskip, % Add vertical space between paragraphs
%nohyperref, % Disable links in the entire document
% helveticafont, % Uncomment to use Helvetica font
headsepline, % Show a horizontal line under the header
%chapterinoneline, % Place the chapter title and chapter number on one line
consistentlayout, % Have the same layout for special chapters:
% declaration, abstract and acknowledgements
]{MastersDoctoralThesis}
% Uncomment the following lines to only include a subset of chapters.
% This is useful for long documents, as typesetting takes a bit of time
%\includeonly{
% Front/titlepage,
% Front/imprint,
% Front/abstract,
% %Front/declaration,
% %Front/acknowledgements,
% %Front/symbols,
% Chapters/Chapter1,
% %Chapters/Chapter2
% }
%----------------------------------------------------------------------------------------
% PREAMBLE: PACKAGES AND CONFIGURATIONS
%----------------------------------------------------------------------------------------
\input{preamble}
%----------------------------------------------------------------------------------------
% THESIS INFORMATION: MODIFY THIS SECTION!
%----------------------------------------------------------------------------------------
% The information below is used in the following parts:
% - Title page
% - Imprint
% - Abstract / Zusammenfassung
% - Meta information of PDF
\thesistitle{Project Title} % Thesis title, command: \ttitle
\thesistype{Track Module 1} % Type of thesis (e.g. Master Thesis) \ttype
\thesisdate{\today} % Date of submission \tdate
\keywords{gravity, physics, disruptive science}
% Keywords for the thesis, \keywordnames
\author{Maxine Muster} % Your name, \authorname
\degree{Master of Science ZFH} % Degree name, \degreename
\studyprogram{Applied Computational Life Sciences, M.Sc.}
% Study program \studyprog
\studyprogramlink{https://www.zhaw.ch/en/lsfm/study/master/applied-computational-life-sciences/}
% Link to study program \studyproglink
\supervisorA{Dr. Albert Einstein} % Name of supervisor 1, \supnameA
\supervisorAmail{[email protected]} % Email address of supervisor 1, \supmailA
\supervisorAweb{https://en.wikipedia.org/wiki/Albert\_Einstein} % \supwebA
\supervisorAinfo{ % Formatted info about supervisor 1: \supinfoA
\supnameA\\
Zurich University of Applied Sciences\\
Email: \href{mailto:\supmailA}{\supmailA}\\
Web: \href{\supwebA}{Link}
}
% Keep empty if there is no supervisor 2: \supervisorB{}
\supervisorB{Isaac Newton} % Name of supervisor 2, \supnameB
\supervisorBmail{[email protected]} % Email address of supervisor 2, \supmailB
\supervisorBweb{https://en.wikipedia.org/wiki/John\_Locke} % \supwebB
\supervisorBinfo{ % Formatted info about supervisor 2: \supinfoB
\supnameB\\
University of Cambridge\\
Email: \href{mailto:\supmailB}{\supmailB}\\
Web: \href{\supwebB}{Link}
}
\university{Zurich University of Applied Sciences}
% University name \univname
\universitygerman{Zürcher Hochschule für Angewandte Wissenschaften}
% University, in German \univnameger
\unversityabbr{ZHAW} % University abbreviation \univabbr
\department{Life Sciences and Facility Management}
% Department, \deptname
\institute{Institute of Computational Life Sciences}
% Institute, \instname
\group{Center of Computational Health}
% Research group \groupname
% Links
\universitylink {https://www.zhaw.ch/en/university/} % \univlink
\universitylinkgerman{https://www.zhaw.ch/de/university/} % \univlinkger
\departmentlink {https://www.zhaw.ch/de/lsfm/} % \deptlink
\institutelink {https://www.zhaw.ch/en/lsfm/institutes-centres/icls/} % \instlink
\grouplink {https://www.zhaw.ch/en/lsfm/institutes-centres/icls/computational-health/} % \grplink
\AtBeginDocument{
\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title
\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name
\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords
}
\begin{document}
\frontmatter % Roman page numbering for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style
% is called for the body content
%----------------------------------------------------------------------------------------
% TITLE PAGE AND IMPRINT
%----------------------------------------------------------------------------------------
\include{Front/titlepage}
\let\cleardoublepage\clearpage
\include{Front/imprint}
%----------------------------------------------------------------------------------------
% DECLARATION
%----------------------------------------------------------------------------------------
% Comment out this section if the declaration of originality from ZHAW is used.
\include{Front/declaration}
\cleardoublepage
%----------------------------------------------------------------------------------------
% ABSTRACT
%----------------------------------------------------------------------------------------
\include{Front/abstract}
%----------------------------------------------------------------------------------------
% ACKNOWLEDGEMENTS
%----------------------------------------------------------------------------------------
\include{Front/acknowledgements}
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%----------------------------------------------------------------------------------------
% Comment out if any of the following is not needed:
\tableofcontents % Add main table of contents
%\listoffigures % Add list of figures
%\listoftables % Add list of tables
%----------------------------------------------------------------------------------------
% ABBREVIATIONS / SYMBOLS
%----------------------------------------------------------------------------------------
\include{Front/symbols}
%----------------------------------------------------------------------------------------
% DEDICATION
%----------------------------------------------------------------------------------------
\dedicatory{For/Dedicated to/To my\ldots}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\include{Chapters/Chapter1}
\include{Chapters/Chapter2}
%\include{Chapters/Chapter3}
%\include{Chapters/Chapter4}
%\include{Chapters/Chapter5}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\include{Appendices/AppendixA}
% from https://www.zhaw.ch/en/lsfm/study/studiweb/master-ls/masters-thesis/
%\include{Appendices/AppendixB}
%\include{Appendices/AppendixC}
\include{Appendices/DeclarationOfOriginalityZHAW}
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\printbibliography[heading=bibintoc]
%----------------------------------------------------------------------------------------
\end{document}