-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDissertation_Manuel_Schlund.tex
130 lines (103 loc) · 3.44 KB
/
Dissertation_Manuel_Schlund.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
%=============================================================================%
% Doctoral Dissertation %
% (c) by Manuel Schlund %
%=============================================================================%
%=============================================================================%
% This work is licensed under a
% Creative Commons Attribution 4.0 International License.
%
% You should have received a copy of the license along with this
% work. If not, see <http://creativecommons.org/licenses/by/4.0/>.
%=============================================================================%
%=============================================================================%
% Write metadata (necessary for PDF/A-2b format)
%=============================================================================%
% Load commands that contain metadata information
\input{00_header/metadata}
% Create .xmpdata file that is used for PDF/A-2b metadata
\input{00_header/xmpdata_file}
%=============================================================================%
% Header
%=============================================================================%
% Document class
\documentclass[
english,
bibliography=totoc,
fontsize=11pt,
listof=totoc,
paper=a4,
]{scrbook}
% Use PDF 1.7 to prevent issues with included PDFs
\pdfminorversion = 7
% Packages, commands, and settings
\input{00_header/packages}
\input{00_header/commands}
\input{00_header/settings}
% Literature file
\addbibresource{lit.bib}
% Debug options
%\includeonly{
% 01_title_page/title_page,
% 02_abstract/abstract,
% 03_my_references/my_references,
% ch01_introduction/introduction,
% ch02_scientific_background/scientific_background,
% ch03_esmvaltool/esmvaltool,
% ch04_papers_ecs_tcr_assessment/papers_ecs_tcr_assessment,
% ch05_paper_ecs/paper_ecs,
% ch06_paper_gpp/paper_gpp,
% ch07_conclusion/conclusion,
% end_appendix/appendix,
% end_abbreviations/abbreviations,
% end_acknowledgments/acknowledgments,
%}
%=============================================================================%
% Document
%=============================================================================%
\begin{document}
\selectlanguage{english}
% Title page
\frontmatter
\bookmark[page=1]{Title Page}
\include{01_title_page/title_page}
% Abstract
\include{02_abstract/abstract}
\acresetall
% Integrated author's references
\include{03_my_references/my_references}
% Table of contents
\hypertarget{toc}{}
\bookmark[dest=toc]{\contentsname}
\tableofcontents
\cleardoublepage
\acresetall
% Chapters
\mainmatter
\include{ch01_introduction/introduction}
\acresetall
\include{ch02_scientific_background/scientific_background}
\include{ch03_esmvaltool/esmvaltool}
\include{ch04_papers_ecs_tcr_assessment/papers_ecs_tcr_assessment}
\include{ch05_paper_ecs/paper_ecs}
\include{ch06_paper_gpp/paper_gpp}
\include{ch07_conclusion/conclusion}
% Appendix
\appendix
\include{end_appendix/appendix}
% Abbreviations
\backmatter
\include{end_abbreviations/abbreviations}
% List of figures
\listoffigures
\cleardoublepage
% List of tables
\listoftables
\cleardoublepage
% References
\boldname{Schlund}{Manuel}{M.}
\printbibliography[title=\refname]
\boldname{}{}{}
\cleardoublepage
% Acknowledgments
\include{end_acknowledgments/acknowledgments}
\end{document}