diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-29 20:45:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-29 20:45:33 +0000 |
commit | c65840a39db649af13ec3ceefaa2481d37d1e086 (patch) | |
tree | 5c2812820f1aceb8a00781580eae240e780169d0 /Master/texmf-dist/tex/latex/ndsu-thesis | |
parent | 0cfce0a3fbc9b2478e803deeb038342ff16165d7 (diff) |
ndsu-thesis (29jul15)
git-svn-id: svn://tug.org/texlive/trunk@37996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ndsu-thesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls | 32 |
1 files changed, 24 insertions, 8 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 dabf90f8d0c..2f5d86f180d 100644 --- a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls +++ b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls @@ -12,13 +12,16 @@ % This work has the LPPL maintenance status `maintained'. -% The current maintainers of this work are Aaron Feickert and Jonathan Totushek. -% Contact jonathan.totushek@ndsu.edu for bug reports. +% The current maintainer of this work is Aaron Feickert. +% Contact aaron.feickert@ndsu.edu for bug reports. % Here is a history of changes: % 2015-02-24: original release % 2015-04-28: fixed a list header problem % 2015-05-04: made entries in lot and lof single spaced, added cochaira and cochairb options and made cchair optional +% 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 \ProvidesClass{ndsu-thesis} \DeclareOption{draft}{\PassOptionsToClass{draft}{book}} @@ -37,7 +40,10 @@ \usepackage[figure,table]{totalcount} \usepackage[nottoc]{tocbibind} \usepackage[within=chapter]{newfloat} -\usepackage{caption} +\usepackage[labelsep=period]{caption} +\usepackage{comment} +\usepackage{tikz} +\usetikzlibrary{matrix,arrows,decorations.pathmorphing} % Basic spacing \setlength{\parindent}{.5in} @@ -172,7 +178,6 @@ {\large Graduate School} \\ \vspace{.1in} \hrule height 1pt - \vfill \begin{center} \parbox{5.5in}{ \begin{center} @@ -189,8 +194,9 @@ } \end{center} \endgroup -\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 \\ +\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 @@ -219,8 +225,18 @@ \AtBeginDocument{\frontmatter \maketitle\thispagestyle{empty} \makeapproval \makeabstract \@acknowledgements \@dedication \@preface \begin{singlespace}\tableofcontents\end{singlespace} -\iftotaltables\begin{singlespace}\listoftables\end{singlespace}\fi -\iftotalfigures\begin{singlespace}\listoffigures\end{singlespace}\fi +\iftotaltables +\begingroup + \renewcommand*{\addvspace}[1]{} + \begin{singlespace}\listoftables\end{singlespace} +\endgroup +\fi +\iftotalfigures +\begingroup + \renewcommand*{\addvspace}[1]{} + \begin{singlespace}\listoffigures\end{singlespace} +\endgroup +\fi \iftotalappendixtables\listofappendixtables\fi \iftotalappendixfigures\listofappendixfigures\fi \mainmatter} |