-
Notifications
You must be signed in to change notification settings - Fork 1
/
dissertation.tex
47 lines (36 loc) · 1.09 KB
/
dissertation.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%\documentclass[draft]{Dissertate}
\documentclass{Dissertate}
\usepackage{ifdraft}
\usepackage{multido}
\usepackage{longtable}
\usepackage{lscape}
\begin{document}
% the front matter:
% title page, license page, abstract page,
% tables of contents, figures, and tables
% dedication, acknowledgements
% make sure you personalize frontmatter/personalize.tex
\frontmatter
% line spacing
\setstretch{\dnormalspacing}
% include each chapter...
\setcounter{chapter}{0} % start chapter numbering at 0
\include{chapters/introduction}
\include{chapters/cha-mobilome}
\include{chapters/cha-dynamics}
\include{chapters/cha-orthograph}
\include{chapters/conclusion}
% reset line spacing
\setstretch{\dnormalspacing}
% the back matter: appendix, references, colophon
\begin{appendices}
\include{chapters/app-papers-using-orthograph}
\include{chapters/app-other-publications}
\include{chapters/app-supplement-mobilome}
\include{chapters/app-supplement-dynamics}
\include{chapters/app-supplement-orthograph}
\end{appendices}
\backmatter
\end{document}