-
Notifications
You must be signed in to change notification settings - Fork 0
/
eric_john_berquist_etd.tex
63 lines (63 loc) · 1.31 KB
/
eric_john_berquist_etd.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
\documentclass[final]{pittetd}
%
% This is first because otherwise references won't get added properly
% to the main document.
\usepackage{etoolbox}
\usepackage[%
subpreambles = false,%
sort = false,%
print = false,%
group = false,%
mode = tex,%
obeyclassoptions = false,%
]{standalone}
%
\usepackage{ejb-bibstuff}
\addbibresource{./library.bib}
\addbibresource{./library2.bib}
\addbibresource{./paper_04/paper.bib}
\addbibresource{./paper_05/psi4numpy.bib}
\addbibresource{./paper_05/tutorial.bib}
\addbibresource{./5746059.bib}
\addbibresource{./5773968.bib}
\addbibresource{./in_preparation.bib}
%
\usepackage{ejb-dissertation}
%
\raggedbottom
%
\input{./preamble}
\begin{document}
%
\maketitle
\makecommittee
\copyrightpage
%
\begin{abstract}
\input{./abstract}
\end{abstract}
%
% https://tex.stackexchange.com/a/88416/94717
{\hypersetup{linkcolor=black}
\tableofcontents
\listoftables
\listoffigures
\listofalgos
\listoflistings%
}
%
\preface
\input{./preface}
%
\graphicspath{{paper_01/}{paper_02/}{paper_03/}{paper_04/}{paper_05/}}
\input{./introduction}
\input{./paper_01/anions}
\input{./paper_02/AbInitio_revised}
\input{./paper_03/SpectroscopicMap}
\input{./paper_04/ALMO_LR}
\input{./paper_05/psi4numpy}
\input{./other_contributions}
%
\printbibliography[title=\caps{Bibliography}]
%
\end{document}