summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ndsu-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-06 22:10:36 +0000
committerKarl Berry <karl@freefriends.org>2015-05-06 22:10:36 +0000
commit3f245318e1289cd7044de6661b22ad036de2c136 (patch)
treebf7fd6de7cb11e509f7fa9eb5d06ce23f8981a93 /Master/texmf-dist/tex/latex/ndsu-thesis
parent5e4ef6f40225f163ca1a55dc962e1a82ed388117 (diff)
ndsu-thesis (6may15)
git-svn-id: svn://tug.org/texlive/trunk@37238 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.cls40
1 files changed, 23 insertions, 17 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 5ad51069e12..dabf90f8d0c 100644
--- a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls
@@ -17,6 +17,8 @@
% 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
\ProvidesClass{ndsu-thesis}
\DeclareOption{draft}{\PassOptionsToClass{draft}{book}}
@@ -41,7 +43,6 @@
\setlength{\parindent}{.5in}
\setcounter{secnumdepth}{5}
\setlength{\intextsep}{\baselineskip}
-%\setlength{\belowcaptionskip}{-0.5\baselineskip}
% Degree options
\newcommand{\thesistype}{phd}
@@ -66,6 +67,8 @@
\renewcommand{\cftsubsecaftersnum}{.}
\setlength{\cftbeforesecskip}{0.5\baselineskip}
\setlength{\cftbeforesubsecskip}{0.5\baselineskip}
+\setlength{\cftbeforetabskip}{0.5\baselineskip}
+\setlength{\cftbeforefigskip}{0.5\baselineskip}
\setlength{\cftfigindent}{0em}
\setlength{\cfttabindent}{0em}
\renewcommand{\bibname}{REFERENCES}
@@ -117,8 +120,15 @@
\let\@title=\@empty
% Committee information
-\newcommand\cchair[1]{\def\@cchair{#1}}
+\newcommand\cchair[1]{\def\@cchair{#1\vspace{.05in}\hrule\vspace{.05in}
+ {\tiny Chair}\\}\vspace{.2 in}}
\let\@cchair=\@empty
+\newcommand\cochaira[1]{\def\@cochaira{#1\vspace{.05in}\hrule\vspace{.05in}
+ {\tiny Co-Chair}\\}\vspace{.2 in}}
+\let\@cochaira=\@empty
+\newcommand\cochairb[1]{\def\@cochairb{#1\vspace{.05in}\hrule\vspace{.05in}
+ {\tiny Co-Chair}\\}\vspace{.2 in}}
+\let\@cochairb=\@empty
\newcommand\cmembera[1]{\def\@cmembera{#1\vspace{.05in}
\hrule\vspace{.2in}}}
\let\@cmembera=\@empty
@@ -187,10 +197,8 @@
\parbox{5.5in}{
\hspace{-0.5in}SUPERVISORY COMMITTEE: \\
\@cchair
- \vspace{.05in}
- \hrule
- \vspace{0.05in}
- {\tiny Chair} \\
+ \@cochaira
+ \@cochairb
\@cmembera
\@cmemberb
\@cmemberc
@@ -209,21 +217,19 @@
\addcontentsline{toc}{chapter}{ABSTRACT}
}
-\newcommand{\makeoptional}{
-\@acknowledgements
-\@dedication
-\@preface
-}
-
\AtBeginDocument{\frontmatter \maketitle\thispagestyle{empty} \makeapproval \makeabstract \@acknowledgements \@dedication \@preface
\begin{singlespace}\tableofcontents\end{singlespace}
-\iftotaltables\addtocontents{lot}{\noindent\underline{Table}\hfill \underline{Page}\par}\listoftables\fi
-\iftotalfigures\addtocontents{lof}{\noindent\underline{Figure}\hfill \underline{Page}\par}\listoffigures\fi
-\iftotalappendixtables\addtocontents{loat}{\noindent\underline{Table}\hfill\underline{Page}\par}\listofappendixtables\fi
-\iftotalappendixfigures\addtocontents{loaf}{\noindent\underline{Figure}\hfill\underline{Page}\par}\listofappendixfigures\fi
+\iftotaltables\begin{singlespace}\listoftables\end{singlespace}\fi
+\iftotalfigures\begin{singlespace}\listoffigures\end{singlespace}\fi
+\iftotalappendixtables\listofappendixtables\fi
+\iftotalappendixfigures\listofappendixfigures\fi
\mainmatter}
\pagestyle{plain}
+\addtocontents{lot}{\noindent\underline{Table}\hfill \underline{Page}\par}
+\addtocontents{lof}{\noindent\underline{Figure}\hfill \underline{Page}\par}
+\addtocontents{loat}{\noindent\underline{Table}\hfill \underline{Page}\par}
+\addtocontents{loaf}{\noindent\underline{Figure}\hfill \underline{Page}\par}
% Labels chapters correctly
\renewcommand{\chaptername}{}
@@ -262,4 +268,4 @@
\setcounter{appendixtable}{0}
\renewcommand{\theappendixtable}{A.\arabic{appendixtable}}
\addcontentsline{toc}{chapter}{APPENDIX. \uppercase{#1}}
-} \ No newline at end of file
+}