forked from suchow/Dissertate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththesis.tex
67 lines (52 loc) · 1.4 KB
/
thesis.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass{papon_thesis}
\usepackage{todonotes}
\usepackage{emptypage}
%\usepackage[]{showkeys}
\makeglossaries
\begin{document}
%\watermark {DRAFT COPY ONLY}
\include{frontmatter/acronyms}
% the front matter
\input{frontmatter/coverpage}
\makegermantitle
\cleardoublepage
\maketitle
\cleardoublepage
\pagenumbering{roman}\setcounter{page}{1}
\referentpage
\include{copyright}
\abstractpage
\let\cleardoublepagecopy\cleardoublepage
\let\cleardoublepage\clearpage
\tableofcontents
\listoffigures
\listoftables
\printglossary[type=\acronymtype,title=List of Acronyms,toctitle=Terms and Abbreviations]
\let\cleardoublepage\cleardoublepagecopy
\cleardoublepage
\include{related_publications}
\acknowledgments
\onehalfspacing
\mainmatter
% include each chapter...
\include{chapters/introduction}
\include{chapters/video_seg_relaxation}
\include{chapters/world_model}
\include{chapters/model_based}
\include{chapters/tracking_based_segmentation}
\include{chapters/conclusion}
\singlespacing
% the back matter
\clearpage
\bibliography{IEEEabrv.bib,PaponRefs.bib,references.bib,IROS2013.bib,ECCV2012.bib,cvpr2014.bib,dmp.bib}
\addcontentsline{toc}{chapter}{References}
\bibliographystyle{plainnat}
%\include{endmatter/colophon}
\onehalfspacing
\begin{appendices}
\include{chapters/oculus_appendix}
\include{chapters/particle_filter}
\end{appendices}
\end{document}