-
Notifications
You must be signed in to change notification settings - Fork 4
/
thesis.tex
executable file
·134 lines (107 loc) · 3.44 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
\documentclass[twoside, fontsize=11pt, chapterprefix=false]{scrbook}
% For dummy text only
\usepackage{blindtext}
% For PDF document without binding offset
\usepackage[a4paper, bindingoffset=0cm,left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm]{geometry}
% Print (with binding offset)
%\usepackage[a4paper, bindingoffset=0.3cm,left=2.5cm, right=2.2cm, top=2.5cm, bottom=3cm]{geometry}
% Textwidth is 6.3 inches (Size your figures accordingly)
\input{preamble}
% Folder to figures of each chapter
\graphicspath{
{./2_exp_design/}
{./3_borehole_effects/}
{./4_hydrogeophysical_inversion/}
{./appendix/brine_migration/}
{./appendix/ketzin_ert/}
{./appendix/ketzin_review/}
{./appendix/long_term_aspects/}
}
\begin{document}
\dominitoc
\pagestyle{empty} % switch to "empty" page style for front matter of document
%%Titelblatt
\includepdf[fitpaper]{front.pdf} %\cleardoubleemptypage
\input{title} %\newpage
\renewcommand\chapterheadstartvskip{\vspace*{-1\baselineskip}}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\vspace*{\fill}
\mybox{\large
\textbf{Abstract and fulltext available under:}\\
Wagner, Florian Michael. New developments in electrical resistivity imaging with applications to geological \co storage. ETH-Z\"urich (2016). \url{http://dx.doi.org/10.3929/ethz-a-010636965}.
%(222 pages, \totalfigures{} figures, \totaltables{} tables, and \total{citenum} references)
}
%\input{./other/abstract.tex}
\cleardoubleemptypage
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\frontmatter
\pagenumbering{Roman}
\pagestyle{plain}
\renewcommand\chapterheadstartvskip{}
% ABSTRACT
\pdfbookmark[chapter]{Abstract}{Abstract}
\input{abstract.tex}\cleardoubleemptypage
% ACKNOWLEDGEMENTS
\pdfbookmark[chapter]{Acknowledgments}{Acknowledgments}
\input{acknowledgments.tex}\cleardoubleemptypage
% TABLE OF CONTENTS
\setcounter{tocdepth}{1} % Only subsections?
\pdfbookmark[chapter]{\contentsname}{toc}
\tableofcontents\cleardoubleemptypage
% LIST OF FIGURES
%\listoffigures
%\addcontentsline{toc}{chapter}{List of Figures}
% LIST OF TABLES
%\listoftables
%\addcontentsline{toc}{chapter}{List of Tables}
% MAIN CONTENT
\input{title_styles}
\setcounter{mtc}{0}
\mainmatter
\include{./1_intro}\cleardoubleemptypage
\include{./2_theory}\cleardoubleemptypage
\blinddocument
\blinddocument
% INCLUDE OTHER CHAPTER HERE
%% APENDIX
\phantomsection
\addcontentsline{toc}{part}{Appendices}
%\pdfbookmark[part]{Appendices}{Appendices}
\part*{Appendices}\label{dissappendix}\cleardoubleemptypage
\begin{appendix}
%\fancypagestyle{plain}{%
% \fancyhf{}%
% \renewcommand{\headrulewidth}{0pt}% 2pt header rule
% %\fancyfoot[EL]{\textbf\thepage}
% \fancyfoot[OR]{\textbf\thepage}
%}
% INCLUDE APPENDICES HERE
%\include{./appendix/ketzin_review/ketzin_review}\cleardoubleemptypage
\end{appendix}
\backmatter
\renewcommand\chapterheadstartvskip{}
\patchcmd{\bibsetup}{\interlinepenalty=5000}{\interlinepenalty=10000}{}{} % avoid page break in bibtex
\bookmarksetup{startatroot}
\begingroup
\setlength{\bibhang}{10mm}
\bibliographystyle{copernicus}
\renewcommand\bibname{References}
\small
\setlength{\bibsep}{11pt}
\setstretch{1.15}
\bibliography{references}
\endgroup
\addcontentsline{toc}{chapter}{References}
\addtocontents{toc}{
\protect\enlargethispage{\baselineskip}
}
\cleardoubleemptypage
\setstretch{1.1}
\pagestyle{plain}
\renewcommand{\headrulewidth}{0pt}
\input{cv.tex}
\clearpage
\mbox{}
\thispagestyle{empty}
\includepdf[fitpaper]{back}
\end{document}