From 46eb6bad8700abdfef52fd83445607228016b10b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 24 Mar 2018 16:45:13 -0500 Subject: 2018-03-24 16:45 --- dissertation.tex | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'dissertation.tex') 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 -- cgit v1.2.3