-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft.tex
85 lines (63 loc) · 1.79 KB
/
draft.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
81
82
83
84
85
% \documentclass[12pt,letterpaper]{report} % Single-sided printing for the library
\documentclass[12pt,twoside]{report} % Double-sided printing
% \usepackage[disable]{todonotes}
\setlength {\marginparwidth }{2cm}
\usepackage[textsize=tiny]{todonotes}
\input{preamble.tex}
% \usepackage{apalike}
\usepackage{draftwatermark}
% TODO: gihub info \url{https://github.com/marklemay/thesis}
% \DraftwatermarkOptions{text={\begin{tabular}{l}Mark Lemay Thesis Draft\\ \today \end{tabular}}}
\DraftwatermarkOptions{text={Mark Lemay Thesis Draft, \today}}
\begin{document}
% \onehalfspacing
\setstretch{1.0}
% % specific front matter
% \section*{\centerline{Acknowledgments}}
% \input{0_Prelim/ack}
% \cleardoublepage
% \section*{\centerline{Abstract}}
% % \begin{abstractpage}
% \input{0_Prelim/abs}
% % \end{abstractpage}
% % \cleardoublepage
% % front matter
% \include{0_Prelim/prelim}
% \cleardoublepage
% \include{1_Intro/ch}
% \cleardoublepage
% \setcounter{chapter}{1}
% \include{2_Surface/ch}
% \cleardoublepage
% \setcounter{chapter}{2}
% \include{3_Cast/ch}
% \cleardoublepage
% \setcounter{chapter}{3}
% \include{4_Surface_data/ch}
% \cleardoublepage
\setcounter{chapter}{4}
\include{5_Cast_data/ch}
\cleardoublepage
% \setcounter{chapter}{5}
% \include{8_Notes/ch}
% \cleardoublepage
% \setcounter{chapter}{6}
% \include{9_Con/ch}
% \cleardoublepage
% %\appendix
% \begin{appendices}
% \include{Appendix/Appendix}
% \end{appendices}
% test citation \cite{10.1007/1-4020-8141-3_34}
% Bibliography
\newpage
\singlespace
% \bibliographystyle{apalike}
% \bibliography{thesis}
\todo[inline]{greek text being lowercased in bib?}
\bibliographystyle{alpha} %can get away with alpha style citations?
\bibliography{bibliography/dtest}
\cleardoublepage
% % Curriculum Vitae
% \include{0_Prelim/cv}
\end{document}