%%% preface formatting %%% cribbed from ufthesis.cls by cbd 4/29/2003 \newcommand{\prefacname}{PREFACE}% \newcommand{\preface}[1]{% \setboolean{SetDSpace}{true}% \begin{simpleenv}{#1}{}{}{}% \pagestyle{plain}% \chapter*{\prefacname}% \addcontentsline{toc}{extrachapter}{\prefacname}% #1% \end{simpleenv}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% works cited formatting %%% cribbed from ufthesis.cls by cbd 4/29/2003 \newcommand{\workscitedname}{WORKS CITED}% \newcommand{\workscited}[1]{% \setboolean{SetDSpace}{false}% \begin{simpleenv}{#1}{}{}{}% \pagestyle{plain}% \chapter*{\workscitedname}% \addcontentsline{toc}{extrachapter}{\workscitedname}% #1% \end{simpleenv}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% add function for setting college in preamble %%% this complements the edits I made to the signature page thing \@onlypreamble{\SetCollege}% \newcommand*{\SetCollege}[1]{\renewcommand*{\College}{#1}}% \newcommand*{\College}{UNDEFINED DEPARTMENT}% \@onlypreamble{\SetCollege}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% single spaced quotations %%% this is a default environment %%% see http://www.educat.hu-berlin.de/~voss/lyx/space/space.phtml \renewenvironment{quotation} {\GoSingle\hspace{\baselineskip}\list{}{\listparindent 0em% \itemindent \listparindent \rightmargin \leftmargin \parsep \z@ \@plus\p@}% \item\relax} {\endlist\GoDouble} % \noindent\hspace{-0.333em} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% make the spacing in ufthesis bigger %%% original values 1.665 and 0.665 \renewcommand{\GoDouble}{\renewcommand{\baselinestretch}{1.8}% \renewcommand{\BaseDiff}{0.8}\normalfont\tiny\normalsize}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% works cited not references \renewcommand{\bibname}{WORKS CITED}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% misc shorthand \newcommand{\construction}{\textbf{This section of \Title{} is still under development.}} \newcommand{\itsadraft}{\textbf{This is a draft of \Title{} placed on the Web for delivery to reviewers and for backup purposes. Chapter five and the appendices are incomplete. Chapters one and four have not yet been proofread. Do not reproduce this work, in whole or in part.}}