summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex12
1 files changed, 6 insertions, 6 deletions
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.}