forked from dpfu/dissertate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdissertation.tex
47 lines (36 loc) · 940 Bytes
/
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{Dissertate}
\setcounter{tocdepth}{3} % depth for TOC section{} \subsection{}
\setcounter{secnumdepth}{3} % for further depth increment
\begin{document}
% the front matter
\input{frontmatter/personalize}
% \maketitle
% \copyrightpage
\justify
\frontmatter
\setstretch{\dnormalspacing}
% \abstractpage
% \tableofcontents
% %\authorlist
% \listoffigures
% \dedicationpage
% \acknowledgments
% \doublespacing
% include each chapter...
\setcounter{chapter}{-1} % start chapter numbering at 0
\include{chapters/introduction}
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/conclusion}
\setstretch{\dnormalspacing}
% the back matter
\backmatter
% \clearpage
% \bibliography{references}
% \addcontentsline{toc}{chapter}{References}
% \bibliographystyle{apalike2}
% \include{endmatter/colophon}
\end{document}