diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ndsu-thesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls index 2f5d86f180d..2eb96b9753c 100644 --- a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls +++ b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls @@ -175,7 +175,7 @@ \vfill \begingroup \centering {\Large \textbf{NORTH DAKOTA STATE UNIVERSITY}} \\ - {\large Graduate School} \\ + {\large Graduate School} \\ \vspace{.1in} \hrule height 1pt \begin{center} @@ -187,19 +187,19 @@ \hrule \vspace{.2in} \textbf{By} \\ - \@author + \@author \vspace{.2in} \hrule \end{center} } \end{center} -\endgroup +\endgroup \vfill %\vspace{\baselineskip} \noindent The supervisory committee certifies that this \MakeLowercase{\@papertype} complies with North Dakota State University's regulations and meets the accepted standards for the degree of\\ \begin{center} \@degree -\vfill +\vfill \parbox{5.5in}{ \hspace{-0.5in}SUPERVISORY COMMITTEE: \\ \@cchair @@ -212,7 +212,7 @@ } \parbox{5.5in}{ \hspace{-0.5in}\noindent Approved: \\ - \noindent \parbox{1.5in}{\centering\@approvaldate\vspace{.05in}\hrule\vspace{.05in}{\tiny Date}} \hfill + \noindent \parbox{1.5in}{\centering\@approvaldate\vspace{.05in}\hrule\vspace{.05in}{\tiny Date}} \hfill \parbox{3in}{\centering\@approver\vspace{.05in}\hrule\vspace{.05in}{\tiny Department Chair}} } \end{center} @@ -224,7 +224,7 @@ } \AtBeginDocument{\frontmatter \maketitle\thispagestyle{empty} \makeapproval \makeabstract \@acknowledgements \@dedication \@preface -\begin{singlespace}\tableofcontents\end{singlespace} +\begin{singlespace}\tableofcontents\end{singlespace} \iftotaltables \begingroup \renewcommand*{\addvspace}[1]{} @@ -276,6 +276,7 @@ \setcounter{appendixtable}{0} \renewcommand{\theappendixtable}{A.\arabic{appendixtable}} \addcontentsline{toc}{chapter}{APPENDIX} + \renewcommand{\theequation}{A.\arabic{equation}} } \newcommand{\namedappendix}[1]{ \chapter*{APPENDIX. #1} @@ -284,4 +285,5 @@ \setcounter{appendixtable}{0} \renewcommand{\theappendixtable}{A.\arabic{appendixtable}} \addcontentsline{toc}{chapter}{APPENDIX. \uppercase{#1}} -} + \renewcommand{\theequation}{A.\arabic{equation}} +}
\ No newline at end of file |