aboutsummaryrefslogtreecommitdiff
path: root/dissertation.tex
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-24 16:45:13 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-24 16:45:13 -0500
commit46eb6bad8700abdfef52fd83445607228016b10b (patch)
tree824753b489dc24aeb09444a89d08d82fec43de3f /dissertation.tex
parent7d602505a8b84d6c3743dd3cc0c9ac0a421f07b2 (diff)
2018-03-24 16:45
Diffstat (limited to 'dissertation.tex')
-rw-r--r--dissertation.tex26
1 files changed, 17 insertions, 9 deletions
diff --git a/dissertation.tex b/dissertation.tex
index 22e0383..c5c1a1a 100644
--- a/dissertation.tex
+++ b/dissertation.tex
@@ -1,7 +1,12 @@
\documentclass{dissertation}
+%\include{glossary}
+
+
\begin{document}
+
+
% --- preamble ------------------------------------------------------------------------------------
\begin{centering}
@@ -41,9 +46,12 @@ This dissertation is approved by the following members of the Final Oral Committ
\pagenumbering{roman} % must use roman page numbering in preamble
% CONTENTS
+\renewcommand{\baselinestretch}{0.5}\normalsize
\tableofcontents
+% TODO: consider adding chapter headings to list of figures / list of tables
\listoffigures
\listoftables
+\renewcommand{\baselinestretch}{1}\normalsize
% ACKNOWLEDGEMENTS
\cleardoublepage
@@ -59,16 +67,16 @@ This dissertation is approved by the following members of the Final Oral Committ
% chapters ----------------------------------------------------------------------------------------
-\include{introduction/chapter}
+%\include{introduction/chapter}
\part{Background}
-\include{spectroscopy/chapter}
-\include{materials/chapter}
-\include{software/chapter}
+%\include{spectroscopy/chapter}
+%\include{materials/chapter}
+%\include{software/chapter}
\part{Development}
-\include{processing/chapter}
-\include{acquisition/chapter}
+%\include{processing/chapter}
+%\include{acquisition/chapter}
%\include{active_correction/chapter}
%\include{opa/chapter}
%\include{mixed_domain/chapter}
@@ -99,9 +107,9 @@ This dissertation is approved by the following members of the Final Oral Committ
\pagenumbering{gobble}
-\singlespacing
-\renewcommand{\arraystretch}{2} % there is probably a better way...
-\printglossaries
+%\singlespacing
+%\renewcommand{\arraystretch}{2} % there is probably a better way...
+%\printglossaries
\printbibliography
\end{document} \ No newline at end of file