summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/README1
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdfbin133926 -> 134270 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex6
-rw-r--r--Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls40
4 files changed, 27 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/README b/Master/texmf-dist/doc/latex/ndsu-thesis/README
index faadc4a1167..5b24321d1ad 100644
--- a/Master/texmf-dist/doc/latex/ndsu-thesis/README
+++ b/Master/texmf-dist/doc/latex/ndsu-thesis/README
@@ -25,3 +25,4 @@ Files included are:
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
diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf
index 240c5b4793e..7026a01c3ba 100644
--- a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf
+++ b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex
index adbf75a109f..1a82ec25006 100644
--- a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex
+++ b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex
@@ -4,7 +4,7 @@
\title{Using the \texttt{ndsu-thesis} class}
\author{Aaron Feickert and Jonathan Totushek \\ \texttt{jonathan.totushek@ndsu.edu}}
-\date{29 February 2015}
+\date{04 May 2015}
\begin{document}
\maketitle
@@ -48,7 +48,7 @@ If the major department has a degree option, indicate this using the \texttt{\te
Include the date of disquisition approval using the \texttt{\textbackslash date\{...\}} command. As of this writing, the accepted format of this date is \textit{month year}: $$\texttt{\textbackslash date\{February 2015\}}$$ This is required.
\subsection{Examining committee}
-Include the chair and members of the examining committee using separate commands. The \texttt{\textbackslash cchair\{...\}} command is used to indicate the committee chair. Use the \texttt{\textbackslash cmemberX\{...\}} to indicate other committee members, where \texttt{X} is \texttt{a}, \texttt{b}, \texttt{c}, or \texttt{d}. Use only as many of these commands as needed to list all committee members. This class does not support a committee of more members. The \texttt{\textbackslash cchair} command is required.
+Include the chair (or co-chairs) and members of the examining committee using separate commands. The \texttt{\textbackslash cchair\{...\}} command is used to indicate the committee chair. Use \texttt{\textbackslash cochairZ\{...\}} to indicate any committee co-chair members where \texttt{Z} is \texttt{a}, or \texttt{b}. This class does not support more than two co-chairs. Use the \texttt{\textbackslash cmemberX\{...\}} to indicate other committee members, where \texttt{X} is \texttt{a}, \texttt{b}, \texttt{c}, or \texttt{d}. Use only as many of these commands as needed to list all committee members. This class does not support a committee of more members.
\subsection{Approval information}
Use the \texttt{\textbackslash approvaldate\{...\}} command to include the full date of disquisition approval (i.e. day, month, and year). As of this writing, no particular format for this date is specified. Use \texttt{\textbackslash approver\{...\}} to include the department chair who approved the disquisition. Both commands are required.
@@ -174,4 +174,4 @@ You could include a figure here.
\end{document}
\end{verbatim}
-\end{document} \ No newline at end of file
+\end{document}
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
+}