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/doc/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/doc/latex/ndsu-thesis')
-rw-r--r-- | Master/texmf-dist/doc/latex/ndsu-thesis/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf | bin | 134270 -> 134481 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex | 12 |
3 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/README b/Master/texmf-dist/doc/latex/ndsu-thesis/README index 5b24321d1ad..61d69f67187 100644 --- a/Master/texmf-dist/doc/latex/ndsu-thesis/README +++ b/Master/texmf-dist/doc/latex/ndsu-thesis/README @@ -12,9 +12,8 @@ version 2005/12/01 or later. 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. Files included are: README - this information file @@ -26,3 +25,6 @@ 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 diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf Binary files differindex 7026a01c3ba..f50abef4cf9 100644 --- a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf +++ b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf 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 1a82ec25006..ab9ab6d901d 100644 --- a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex +++ b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex @@ -3,8 +3,8 @@ \usepackage{verbatim} \title{Using the \texttt{ndsu-thesis} class} -\author{Aaron Feickert and Jonathan Totushek \\ \texttt{jonathan.totushek@ndsu.edu}} -\date{04 May 2015} +\author{Aaron Feickert and Jonathan Totushek \\ \texttt{aaron.feickert@ndsu.edu}} +\date{29 July 2015} \begin{document} \maketitle @@ -45,10 +45,10 @@ Include the name of the major department using the \texttt{\textbackslash depart If the major department has a degree option, indicate this using the \texttt{\textbackslash degreeoption\{...\}} command. This is optional. \subsection{Date} -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. +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\{July 2015\}}$$ This is required. \subsection{Examining committee} -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. +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. \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. @@ -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{February 2015} +\date{July 2015} \department{Mathematics} \cchair{Prof. John Adams} \cmembera{Prof. Abraham Lincoln} \cmemberb{Prof. George Washington} -\approvaldate{29 February 2015} +\approvaldate{29 July 2015} \approver{Prof. James Garfield} \abstract{This is the abstract for my thesis.} |