-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdissertation.tex
43 lines (36 loc) · 1.02 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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\let\pdfcreationdate=\creationdate
\documentclass{Dissertate}
\bibliography{references.bib}
\begin{document}
%\bstctlcite{IEEEexample:BSTcontrol}
% the front matter
\input{frontmatter/personalize}
\frontmatter
\setstretch{\dnormalspacing}
% chapters
\setcounter{chapter}{0}
\pagestyle{fancy}
\include{chapters/introduction}
\include{chapters/related_works}
\include{chapters/experiment}
\include{chapters/retina}
%\include{chapters/vandermeer}
\include{chapters/luminosity}
\include{chapters/beamline}
\include{chapters/detector_mon}
% \include{chapters/integration}
\include{chapters/conclusion}
\pagestyle{empty}
% afterword
\cleardoublepage
\phantomsection
\backmatter
%\addcontentsline{toc}{chapter}{References}
%\bibliography{references.bib}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Acknowledgments}
\acknowledgments
\end{document}