forked from spacetime-ecologist/Edition_1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes_template.tex
99 lines (69 loc) · 2.31 KB
/
notes_template.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
\documentclass[krantz2]{krantz} %See documentation for other class options
%\usepackage{fixltx2e,fix-cm}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{makeidx}
\usepackage{multicol}
%\usepackage[breaklinks]{hyperref}
\makeindex
\newcommand{\myindex}[1]{\index{#1} \emph{#1}}
\include{preamble} %place custom commands and macros here
\begin{document}
\frontmatter
\halftitle{Spatio-temporal Models for Ecologists}{Standard blurb goes here}%%Placeholder for Half title
%\seriespg{Series page goes here (if applicable); otherwise blank}%%Comment this line if series page not available
\title{Spatio-temporal Models for Ecologists} %This is a placeholder titlepage, it will not be final.
%%
\subtitle{A Practical Roadmap Using Template Model Builder}
\edition{First Edition}
\author{James T. Thorson, Kasper Kristensen}%%Used for authored book
%\editor{Editor Name(s)}%%Used for Edited book
\maketitle
%%%Placeholder for front matter
%\booktitle{}{}%%Place holder for author
\locpage
%\include{frontmatter/dedication}
\cleardoublepage
\setcounter{page}{7} %previous pages will be reserved for frontmatter to be added in later.
\tableofcontents
%\include{frontmatter/foreword}
\include{./chapter/preface}
%\include{frontmatter/author}
\listoffigures
\listoftables
%\include{frontmatter/contributors}
%\include{frontmatter/symbollist}
%%%%%%%%%%%%%%%Content%%%%%%%%%%%%%%%
\mainmatter % separate the number of toc and mainmatter
\part{Introductory}
\include{./chapter/Chap_1}
\include{./chapter/Chap_2}
\part{Basic}
\include{./chapter/Chap_3}
\include{./chapter/Chap_4}
\include{./chapter/Chap_5}
\include{./chapter/Chap_6}
\include{./chapter/Chap_7}
\part{Advanced}
\include{./chapter/Chap_8}
\include{./chapter/Chap_9}
\include{./chapter/Chap_10}
\include{./chapter/Chap_11}
\include{./chapter/Chap_12}
\begin{appendices}
\include{./chapter/Acknowledgements}
\include{./chapter/appendix_formula}
\end{appendices}
\backmatter
%%%%%%%%%%%%%%% Reference %%%%%%%%%%%%%%%
%\bibliographystyle{plain} % Can't mix this function with
%\newpage
% https://tex.stackexchange.com/questions/298507/switch-defined-header-during-bibliography-pages
%\markboth{header text}{header text}
\printbibliography
%\markboth{header text}{header text}
% \bibliography{references.bib}
\printindex
\end{document}