-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
executable file
·47 lines (35 loc) · 1.48 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
% Charles Tapley Hoyt PhD Thesis
% University of Bonn PhD in Computational Life Sciences
\documentclass[a4paper, openright, 12pt, twoside]{report}
\include{others/preamble}
\addbibresource{references.bib}
\include{others/acronyms}
\begin{document}
\include{others/prologue}
\fancyhf{} % clear all header and footers
\renewcommand{\headrulewidth}{0pt} % remove the header rule
\fancyfoot[LO,RE]{\thepage} % Left side on Odd pages; Right side on Even pages
\pagestyle{fancy}
\fancypagestyle{plain}{%
\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\fancyhf[lof,ref]{\thepage}%
}
\pagenumbering{arabic} % restart page numbering with arabic numbers
\setlength{\parskip}{1em} % set space between paragraphs
\renewcommand{\baselinestretch}{1.2} % set line spacing
\input{content/introduction/main}
% One chapter per publication according to regulations
% see: https://www.mnf.uni-bonn.de/promotion/downloads/promotionsordnung-der-mathematisch-naturwissenschaftlichen-fakultaet-version-2011/view
\input{content/pybel}
\input{content/belcommons}
\input{content/recuration}
\input{content/bio2bel}
\input{content/bel2abm}
\input{content/guiltytargets}
\input{content/epicom}
\input{content/epilogue}
\printbibliography
% Resume was included in original version but not library submission
% \includepdf[pages={-}]{articles/resume.pdf}
\end{document}