summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ndsu-thesis
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ndsu-thesis')
-rw-r--r--Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls10
1 files changed, 6 insertions, 4 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 2eb96b9753c..761c0a6cbce 100644
--- a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls
@@ -1,6 +1,6 @@
% This is the ndsu-thesis document class. It is used to produce disquisitions
% for submission to the NDSU Graduate School.
-% Copyright 2015, Aaron Feickert and Jonathan Totushek
+% Copyright 2016, Aaron Feickert and Jonathan Totushek
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public Licenese, either version 1.3
@@ -22,6 +22,8 @@
% 2015-05-11: fixed spacing issue in lof and lot
% 2015-05-11: changed colons to periods in caption titles
% 2015-07-29: fixed spacing issue in the approval page
+% 2016-02-02: fixed appendix equation numbering
+% 2016-04-15: changed spacing in lists of appendix figures and tables
\ProvidesClass{ndsu-thesis}
\DeclareOption{draft}{\PassOptionsToClass{draft}{book}}
@@ -237,8 +239,8 @@
\begin{singlespace}\listoffigures\end{singlespace}
\endgroup
\fi
-\iftotalappendixtables\listofappendixtables\fi
-\iftotalappendixfigures\listofappendixfigures\fi
+\iftotalappendixtables\begin{singlespace}\listofappendixtables\end{singlespace}\fi
+\iftotalappendixfigures\begin{singlespace}\listofappendixfigures\end{singlespace}\fi
\mainmatter}
\pagestyle{plain}
@@ -286,4 +288,4 @@
\renewcommand{\theappendixtable}{A.\arabic{appendixtable}}
\addcontentsline{toc}{chapter}{APPENDIX. \uppercase{#1}}
\renewcommand{\theequation}{A.\arabic{equation}}
-} \ No newline at end of file
+}