summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-15 21:35:46 +0000
committerKarl Berry <karl@freefriends.org>2016-04-15 21:35:46 +0000
commitff1e57045d3d45eaea6f35bfc0cbda6a4eddd7f6 (patch)
treea4176834b633417845edfb0573ee6a65f38f24fa /Master
parente8d436d68b6a4853060143af7f0e6be917ae9166 (diff)
ndsu-thesis (15apr16)
git-svn-id: svn://tug.org/texlive/trunk@40536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/README5
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdfbin134268 -> 134475 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex8
-rw-r--r--Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls10
4 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/README b/Master/texmf-dist/doc/latex/ndsu-thesis/README
index cfc179e0ca4..56ef9365142 100644
--- a/Master/texmf-dist/doc/latex/ndsu-thesis/README
+++ b/Master/texmf-dist/doc/latex/ndsu-thesis/README
@@ -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
@@ -28,4 +28,5 @@ Here is a history of changes:
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
- 2015-07-29: fixed spacing issue in the approval page \ No newline at end of file
+ 2016-02-02: fixed appendix equation numbering
+ 2016-04-15: changed spacing in lists of appendix figures and tables
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 9e795d99fbb..c8d7a472a00 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 2943214a6d9..52c956bab17 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{aaron.feickert@ndsu.edu}}
-\date{2 February 2016}
+\date{15 April 2016}
\begin{document}
\maketitle
@@ -119,13 +119,13 @@ Below is a brief example of an M.S. thesis that includes all required and (many)
\documentclass[ms-thesis]{ndsu-thesis}
\title{The Title of My M.S. Thesis}
\author{Samuel Quincy Student}
-\date{July 2015}
+\date{April 2016}
\department{Mathematics}
\cchair{Prof. John Adams}
\cmembera{Prof. Abraham Lincoln}
\cmemberb{Prof. George Washington}
-\approvaldate{2 February 2016}
+\approvaldate{15 April 2016}
\approver{Prof. James Garfield}
\abstract{This is the abstract for my thesis.}
@@ -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 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
+}