diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-06 22:10:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-06 22:10:36 +0000 |
commit | 3f245318e1289cd7044de6661b22ad036de2c136 (patch) | |
tree | bf7fd6de7cb11e509f7fa9eb5d06ce23f8981a93 /Master/texmf-dist/doc/latex/ndsu-thesis | |
parent | 5e4ef6f40225f163ca1a55dc962e1a82ed388117 (diff) |
ndsu-thesis (6may15)
git-svn-id: svn://tug.org/texlive/trunk@37238 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 | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf | bin | 133926 -> 134270 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex | 6 |
3 files changed, 4 insertions, 3 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 Binary files differindex 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 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} |