-
Notifications
You must be signed in to change notification settings - Fork 3
/
thesis.tex
151 lines (121 loc) · 4.19 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
\documentclass[openright,usenames,dvipsnames,11pt]{book}
\input{model.tex}
\selectlanguage{english}
\input{barcode_macros}
% \includeonly{ch_intro/ch_intro}
% \includeonly{ch_barcode/ch_barcode}
% \includeonly{ch_barcode_2lpt/ch_barcode_2lpt}
% \includeonly{ch_filaments/ch_filaments}
% \includeonly{ch_barcode_rsd/ch_barcode_rsd}
% \includeonly{ch_filaments_rss/ch_filaments_rss}
% \includeonly{ch_frontandback/titlepage}
% \includeonly{ch_frontandback/dutch_summary}
% \includeonly{ch_frontandback/acknowledgments}
% \includeonly{ch_frontandback/front}
% \includeonly{ch_frontandback/titlepage,ch_frontandback/colophon,ch_frontandback/front,ch_intro/ch_intro,ch_voidsde/ch_voidsde}
% \includeonly{ch_voidsde/ch_voidsde}
% https://designschool.canva.com/blog/100-color-combinations/, nr 8 (15 okt 2016)
\definecolor{sky}{HTML}{375E97}
\definecolor{sunset}{HTML}{FB6542}
\definecolor{sunflower}{HTML}{FFBB00}
\definecolor{grass}{HTML}{3F681C}
\colorlet{ch_frontandback}{gray!70!}
\colorlet{ch_frontandback_fg}{white}
\colorlet{ch_intro}{sunflower}
\colorlet{ch_intro_fg}{white}
\colorlet{ch_voidsde}{sky}
\colorlet{ch_voidsde_fg}{white}
\colorlet{ch_barcode}{grass}
\colorlet{ch_barcode_fg}{white}
\colorlet{ch_barcode_2lpt}{grass!80!}
\colorlet{ch_barcode_2lpt_fg}{white}
\colorlet{ch_filaments}{grass!60!}
\colorlet{ch_filaments_fg}{black}
\colorlet{ch_barcode_rsd}{sunset}
\colorlet{ch_barcode_rsd_fg}{white}
\colorlet{ch_filaments_rss}{sunset!70}
\colorlet{ch_filaments_rss_fg}{black}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter
\selectlanguage{english}
\include{ch_frontandback/titlepage}
\pagestyle{fancyplain}
\renewcommand{\thepage}{\roman{page}}
\include{ch_frontandback/colophon}
\include{ch_frontandback/front}
% \include{ch_frontandback/todo}
\pagestyle{fancyplain}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
\setcounter{page}{1} % make sure it's the right number!
\nolinenumbers
% \markboth{Thesis Summary}{Thesis Summary} % right & left headers
% \phantomsection % EGP: niet meer nodig (http://tex.stackexchange.com/a/62766)
% \the\textwidth
% \include{ch_intro/ch_intro}
% \newpage
% \include{fig_generate/test}
% Chapters:
% =========
\include{ch_voidsde/ch_voidsde}
\newpage
% \include{ch_barcode/ch_barcode}
% \newpage
% \include{ch_barcode_2lpt/ch_barcode_2lpt}
% \newpage
% \include{ch_filaments/ch_filaments}
% \newpage
% \include{ch_barcode_rsd/ch_barcode_rsd}
% \newpage
% \include{ch_filaments_rss/ch_filaments_rss}
% \newpage
% Finishing up
% \markboth
% {Outlook}
% {Outlook}
% \include{ch_concluding/chapter}
% \newpage
% \include{ch_frontandback/discussion}
\backmatter
\addthumb{bibliography}{}{ch_frontandback_fg}{ch_frontandback}
\begin{spacing}{0.85}
% \include{ch_frontandback/back}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Using bibTeX and hyperref causes problems with bookmarks and
% tableofcontents and the bibliography entry. To solve these, use:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\phantomsection
\markboth
{Bibliography}
{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\bibsep}{0.1em}
\bibliographystyle{mn2efixed}
% From http://andyxl.wordpress.com/2011/07/12/bibliography-blues/#comment-12363:
\setlength{\bibhang}{2.0em}
\setlength\labelwidth{0.0em}
\bibliography{mn-jour,egpbib}
% \bibliography{refs}
% \bibliographystyle{apj}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{spacing}
\setcounter{chapter}{0} % make sure it's the right number!
\setcounter{figure}{0} % make sure it's the right number!
\setcounter{footnote}{0} % make sure it's the right number!
% \addthumb{dutchsum}{}{ch_frontandback_fg}{ch_frontandback}
% \clearpage
% \markboth
% {Nederlandse samenvatting}
% {Nederlandse samenvatting}
% \phantomsection
% \include{ch_frontandback/dutch_summary}
% \newpage
% \addthumb{acknowledgments}{}{ch_frontandback_fg}{ch_frontandback}
% \include{ch_frontandback/acknowledgments}
% \newpage
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%