-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphdthesis.tex
58 lines (46 loc) · 1.51 KB
/
phdthesis.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
\documentclass[b5paper, twoside]{memoir}
\input{preamble}
\newdate{publishDate}{1}{11}{2015} % 1st of November 2015
\newcommand{\thTitleEN}{PhD Thesis Template}
\newcommand{\thAuthors}{Remus Mihail Prunescu}
\newcommand{\thUniversityNameEN}{Technical University of Denmark}
\newcommand{\thUniversityAddressEN}{Kgs. Lyngby, Denmark, \getdateyear{publishDate}}
\newcommand{\thDepartmentNameEN}{Department of Electrical Engineering}
\newcommand{\thGroupNameEN}{Automation and Control (AUT)}
\newcommand{\thGroupAddressStreetEN}{Elektrovej Building 326}
\newcommand{\thGroupAddressZIPCityEN}{DK-2800, Kgs. Lyngby}
\newcommand{\thGroupAddressCountryEN}{Denmark}
\newcommand{\thGroupAddressPhone}{(+45) 45 25 35 76}
\newcommand{\thGroupAddressEmail}{\href{mailto:[email protected]}{[email protected]}}
\newcommand{\thGroupAddressWWW}{\href{www.elektro.dtu.dk}{www.elektro.dtu.dk}}
\input{abbreviations}
\begin{document}
\hypersetup{pageanchor=false}
\input{titlepage}
\frontmatter
\hypersetup{pageanchor=true}
\include{summary}
\include{resume}
\include{preface}
\include{acknowledgments}
\cleardoublepage
\tableofcontents*
\cleardoublepage
\printnoidxglossary[type=acronym, title=List of Abbreviations]
\mainmatter
\include{introduction}
\include{contributions}
\include{mathematics}
\include{tables}
\include{code}
\include{citations}
\include{graphics}
\include{glossary}
\include{conclusions}
\appendix
\chapterstyle{publicationchstyle}
\include{publications/a/main}
\backmatter
\printbibliography
\input{backcover}
\end{document}