-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
48 lines (35 loc) · 1.02 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
\documentclass[10pt]{book}
\usepackage[a5paper]{geometry}
\usepackage{mathpazo} % font style
\linespread{1.05} % Palatino needs more leading (space between lines)
\renewcommand{\familydefault}{\sfdefault}
\input{usepackages.tex} % load required packages
\raggedbottom % prevent spreading out paragraphs with lots of whitespace inbetween
\begin{document}
\pagestyle{empty}
\input{cover.tex}
\setcounter{page}{1}
\input{preamble.tex}
\tableofcontents
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE]{\leftmark}
\fancyhead[RO]{\rightmark}
\fancyfoot[LE,RO]{\thepage}
\input{introduction.tex}
\input{xgap.tex}
\input{xqtl.tex}
\input{wormqtl.tex}
\input{caddmmr.tex}
\input{gavin.tex}
\input{frameworkforgenomics.tex}
\input{discussion.tex}
\bibliographystyle{plain}
\cleardoublepage
\leftwatermark{}\rightwatermark{} % stop printing the thumb indexes
\phantomsection\bibliography{references}{}
\cleardoublepage\phantomsection\listoftables
\cleardoublepage\phantomsection\listoffigures
\input{appendix.tex}
\input{back.tex}
\end{document}