forked from Fab-Doe/csm-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.tex
More file actions
47 lines (40 loc) · 1.08 KB
/
report.tex
File metadata and controls
47 lines (40 loc) · 1.08 KB
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
\documentclass{dragonfly-report}
\usepackage{longtable}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{knitr}
\usepackage{placeins}
\usepackage[table]{xcolor}
\usepackage{float}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{pdflscape}
\tolerance=1
\emergencystretch=\maxdimen
\hyphenpenalty=10000
\hbadness=10000
\usepackage{flafter}
\title{Preparation of a Canopy Height Model for California}{Preparation of a Canopy Height Model for the State of California}
\subtitle{Proof of concept and methods report prepared for Vibrant Planet}
\author{Fabian Döweler \and Ian Reese}
\titleimage{images/forest.jpg}
\singleimage{by}{\url{https://www.flickr.com/photos/schweppe/21556590/}}
\addbibresource{../references/method_vp_ref.bib}
% Only display to subsections
\setcounter{tocdepth}{2}
\begin{document}
\maketitle
\tableofcontents
\pagestyle{plain}
\input{executive}
\input{build/introduction}
\input{build/methods}
\input{build/results}
\input{build/discussion}
%\input{acknowledgments}
\printbibliography
\clearpage
\FloatBarrier
\appendices
\input{build/appendix}
\end{document}