\documentclass{dissertation} %\include{glossary} \begin{document} % --- preamble ------------------------------------------------------------------------------------ \begin{centering} \thispagestyle{empty} % TITLE PAGE \textbf{Development of Frequency Domain Multidimensional Spectroscopy \\ with Applications in Semiconductor Photophysics} \\ \vspace{80 pt} By \\ Blaise Jonathan Thompson \\ \vspace{40 pt} A dissertation submitted in partial fulfillment of \\ the requirements for the degree of \\ \vspace{10 pt} Doctor of Philosophy \\ (Chemistry) \\ \vspace{40 pt} at the \\ UNIVERSITY OF WISCONSIN - MADISON \\ 2018 \\ \end{centering} \vfill \noindent Date of final oral examination: April 23, 2018 \\ This dissertation is approved by the following members of the Final Oral Committee: \\ \-\hspace{1cm} John C. Wright, Professor, Analytical Chemistry \\ \-\hspace{1cm} Randall Goldsmith, Professor, Analytical Chemistry \\ \-\hspace{1cm} Tim Bertram, Professor, Analytical Chemistry \\ \-\hspace{1cm} Kyoung-Shin Choi, Professor, Materials Chemistry \\ \pagenumbering{gobble} \cleardoublepage % TODO: remove page number \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 \include{acknowledgements} % ABSTRACT \cleardoublepage \chapter*{Abstract} \addcontentsline{toc}{chapter}{Abstract} \doublespacing % double spacing required for body of paper \pagenumbering{arabic} % chapters ---------------------------------------------------------------------------------------- \include{introduction/chapter} \part{Background} \include{spectroscopy/chapter} \include{materials/chapter} \include{software/chapter} \part{Development} \include{processing/chapter} \include{acquisition/chapter} \include{active_correction/chapter} \include{opa/chapter} %\include{mixed_domain/chapter} \part{Applications} %\include{PbSe/chapter} %\include{MX2/chapter} % TODO: perovskites %\include{PEDOT:PSS/chapter} %\include{pyrite/chapter} %\include{BiVO4/chapter} % TODO: SPV % TODO: consider cobalamin chapter % appendix ----------------------------------------------------------------------------------------- \part{Appendix} \begin{appendix} %\include{public/chapter} %\include{procedures/chapter} %\include{hardware/chapter} % TODO: consider inserting WrightTools documentation as PDF %\include{errata/chapter} %\include{colophon/chapter} \end{appendix} % post -------------------------------------------------------------------------------------------- \pagenumbering{gobble} %\singlespacing %\renewcommand{\arraystretch}{2} % there is probably a better way... %\printglossaries \printbibliography \end{document}