-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
48 lines (43 loc) · 1.04 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
48
\documentclass{report}
\usepackage{format-stanford}
\usepackage{breakcites}
\usepackage{microtype}
\usepackage{graphicx}
\usepackage{csvsimple}
\usepackage{gensymb}
\usepackage{hyperref}
\usepackage{siunitx}
\usepackage{epigraph}
\graphicspath{{./figures/}}
\onlinetrue
\setstretch{1.6}
\begin{document}
\title{Biodiversity Monitoring, Earth Observations and the Ecology of Scale}
\author{Christopher Benjamin Anderson}
\principaladviser{Gretchen C. Daily}
\firstreader{Erin A. Mordecai}
\secondreader{Christopher B. Field}
\submitdate{December 2020}
\dept{Biology}
% preface
\beforepreface
\input{abstract.tex}
\input{acknowledgements.tex}
\input{epigraph.tex}
\afterpreface
% main text
\input{manuscript-introduction.tex}
\input{manuscript-ch1.tex}
\input{manuscript-ch2.tex}
\input{manuscript-ch3.tex}
\input{manuscript-conclusions.tex}
% appendix
\appendix
\input{glossary.tex}
\input{appendix-supplement.tex}
\input{appendix-other-work.tex}
\input{appendix-ele.tex}
% bibliography
\bibliographystyle{apalike}
\bibliography{bibliography}
\end{document}