summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ryethesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-09 22:02:42 +0000
committerKarl Berry <karl@freefriends.org>2014-05-09 22:02:42 +0000
commit18fa80c232cf479ae713b01b17d48bdc1d653aac (patch)
tree1d5f2ff520ac984b0e861aa95c5cf3a726623850 /Master/texmf-dist/source/latex/ryethesis
parent8861e00643b747e270c9d7409e0b967d2a04b338 (diff)
ryethesis (9may14)
git-svn-id: svn://tug.org/texlive/trunk@33945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ryethesis')
-rw-r--r--Master/texmf-dist/source/latex/ryethesis/ryethesis.dtx39
1 files changed, 26 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/ryethesis/ryethesis.dtx b/Master/texmf-dist/source/latex/ryethesis/ryethesis.dtx
index 8bdf5f37364..93cf56077ba 100644
--- a/Master/texmf-dist/source/latex/ryethesis/ryethesis.dtx
+++ b/Master/texmf-dist/source/latex/ryethesis/ryethesis.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2009 by J.V. Lassaline <jvl@ryerson.ca>
+% Copyright (C) 2014 by J.V. Lassaline <jvl@ryerson.ca>
% -------------------------------------------------------
%
% This file may be distributed and/or modified under the
@@ -22,7 +22,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{ryethesis}
%<*class>
- [2014/04/23 v1.35 Ryerson University thesis class definition]
+ [2014/05/09 v1.36 Ryerson University thesis class definition]
%</class>
%
%<*driver>
@@ -39,7 +39,7 @@
%</driver>
% \fi
%
-% \CheckSum{903}
+% \CheckSum{908}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -77,6 +77,10 @@
% makeidx.sty. Replaced with equivalent commands. Moved \\addcontents
% redefinition to avoid conflict with siunitx.sty. Thanks to
% A. Penniston. }
+% \changes{v1.36}{2014/05/09}{Updated author declaration to satisfy
+% SGS 2012 requirements. Changed document type of 'project' to SGS
+% designation of 'MRP'. (Hey SGS. Having an unexplained initialism on the
+% title page is dumb. Spell it out!) Thanks to A. Penniston.}
%
% \GetFileInfo{ryethesis.dtx}
%
@@ -593,10 +597,10 @@
\newcommand{\dissertation}{\documenttype{dissertation}}
% \end{macrocode}
% \end{macro}
-% \begin{macro}{\project}
+% \begin{macro}{\MRP}
% Use the ``project'' document type. This affects the content of the title page. This command may have more features at a later time.
% \begin{macrocode}
-\newcommand{\project}{\documenttype{project}}
+\newcommand{\project}{\documenttype{MRP}}
% \end{macrocode}
% \end{macro}
@@ -692,19 +696,28 @@
% \begin{macro}{\declaration}
% \begin{macro}{\ryethesis@insertdeclaration}
-% The |\declaration| is used to define the authors declaration of sole authorship and Ryerson's right to reproduction and distribution of the document. Normally this will be inserted automatically by the |\ryethesis@insertdeclaration| command.
+% The |\declaration| is used to define the authors declaration of sole
+% authorship and Ryerson's right to reproduction and distribution of
+% the document. Normally this will be inserted automatically by the
+% |\ryethesis@insertdeclaration| command.
% \begin{macrocode}
-\newcommand{\declaration}{% Author declaration and release per SGS policy Sept. 2009.
+\newcommand{\declaration}{%
+% Author declaration and release per SGS policy 2012
\begin{flushleft}
- I hereby declare that I am the sole author of this \ryethesis@documentType{}.\\
+ \textbf{AUTHOR'S DECLARATION FOR ELECTRONIC SUBMISSION OF A \MakeUppercase{\ryethesis@documentType{}}}\\
+ \vspace{\baselineskip}
+ I hereby declare that I am the sole author of this
+ \ryethesis@documentType{}. This is a true copy of the thesis,
+ including any required final revisions, as accepted by my
+ examiners.\\
+ \vspace{\baselineskip}
+ I authorize Ryerson University to lend this
+ \ryethesis@documentType{} to other institutions or individuals for
+ the purpose of scholarly research.\\
\vspace{\baselineskip}
- I authorize Ryerson University to lend this \ryethesis@documentType{} to other institutions or individuals for the purpose of scholarly research.\\
- \vspace{0.75in}
- \hrule
- \vspace{0.75in}
I further authorize Ryerson University to reproduce this \ryethesis@documentType{} by photocopying or by other means, in total or in part, at the request of other institutions or individuals for the purpose of scholarly research.\\
\vspace{0.75in}
- \hrule
+ I understand that my dissertation may be made electronically available to the public.
\end{flushleft}
}
% If not in draft mode, insert the declaration on an new page.