-
Notifications
You must be signed in to change notification settings - Fork 0
/
dissertation.tex
47 lines (43 loc) · 1.14 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
% Underlying spacing for the whole document:
% \ssp % Single spaced.
% \hsp % Intermediate spacing
% \dsp % Double spacing (GSAS requirement)
\input{preamble.tex}
\dsp
\begin{document}
\hypersetup{pageanchor=false}
\frontmatter
\graphicspath{{NonCondonPaper/images/}{MolmerSorenson/images/}{perspective_science/}{DetectingNonCondonPaper/images/}{HeatingNonCondonPaper/images/}{intro/}{future/}{OtherWork/images/}{conclusion/}}
\clearpage
\hypersetup{pageanchor=true}
\input{intro/intro}
\clearpage
\part{Non-Condon Effects in Dynamic Spectroscopy}
\clearpage
\input{NonCondonPaper/disedit.tex}
\clearpage
\input{DetectingNonCondonPaper/disedit.tex}
\clearpage
\input{HeatingNonCondonPaper/disedit.tex}
\clearpage
\input{MolmerSorenson/disedit.tex}
\clearpage
\part{Other Electronic Spectroscopy Tools}
\clearpage
\input{perspective_science/disedit.tex}
\clearpage
\input{OtherWork/disedit.tex}
\clearpage
\input{ComputationalMethods/disedit.tex}
\clearpage
\part{Conclusion}
\clearpage
\input{conclusion/conclusion}
\clearpage
% Bibliography:
{
\ssp % Single spacing
\bibliographystyle{thesis}
\bibliography{./bibliography/bibliography.bib}
}
\end{document}