-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdissertation.tex
83 lines (74 loc) · 2 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
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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Modify the following line to match your school
% Available options include `Harvard`, `Princeton`, and `NYU`.
\documentclass[School=Harvard]{Dissertate}
\usepackage[round]{natbib}
\setcounter{secnumdepth}{3}
\usepackage{enumitem}
\usepackage{imakeidx}
\makeindex
%\usepackage[tagged, highstructure]{accessibility}
%======for 3D Torus=====%
\usepackage{tikz} % For creating graphics
\usepackage{pgfplots} % For plotting 3D points
\pgfplotsset{compat=1.17} % Ensures compatibility with pgfplots version 1.17
\usepackage{xcolor} % For color management in plots
\usetikzlibrary{3d, calc} % For 3D graphics and coordinate calculations
\begin{document}
% the front matter
\input{frontmatter/personalize}
\maketitle
%\copyrightpages
\copyrightpage
\doublespacing
\dedicationpage
\abstractpage
\tableofcontents
\addcontentsline{toc}{chapter}{Table of Contents}
%\authorlist
\listoffigures
\addcontentsline{toc}{chapter}{List of figures}
\listoftables
\addcontentsline{toc}{chapter}{List of tables}
\abbreviations
\antistatement
\AI
\landack
\professionalack
\personalack
\include{frontmatter/thanks}
\ENDOR
\affiliation
%\acknowledgments
\doublespacing
% include each chapter...
%\setcounter{chapter}{-1} % start chapter numbering at 0
%\include{chapters/introduction}
\setcounter{page}{1}
\pagenumbering{arabic}
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/chapter4}
\include{chapters/Chapter5}
\include{chapters/Chapter6}
\include{chapters/Chapter7}
%\include{chapters/conclusion}
\begin{appendices}
\include{endmatter/appendix}
\end{appendices}
%removed for above on 2024 Nov 8
\singlespacing
% the back matter
\clearpage
\bibliography{references}
\addcontentsline{toc}{chapter}{References}
\bibliographystyle{elsarticle-harv}
%\printbibliography
%\include{endmatter/colophon}
\include{endmatter/Author Index}
\include{endmatter/Subject index}
\include{endmatter/Invitation}
\include{endmatter/Author}
\end{document}