From 18fa80c232cf479ae713b01b17d48bdc1d653aac Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 May 2014 22:02:42 +0000 Subject: ryethesis (9may14) git-svn-id: svn://tug.org/texlive/trunk@33945 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/ryethesis/ryesample.pdf | Bin 213871 -> 216922 bytes .../texmf-dist/doc/latex/ryethesis/ryesample.tex | 2 +- .../texmf-dist/doc/latex/ryethesis/ryethesis.pdf | Bin 223883 -> 224977 bytes .../source/latex/ryethesis/ryethesis.dtx | 39 ++++++++++++++------- .../texmf-dist/tex/latex/ryethesis/ryethesis.cls | 23 +++++++----- 5 files changed, 41 insertions(+), 23 deletions(-) diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf b/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf index 0dbb10a8592..4c100b8bd92 100644 Binary files a/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf and b/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf differ diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex b/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex index 54cfe376d37..39a808ea69d 100644 --- a/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex +++ b/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex @@ -75,7 +75,7 @@ % have a slightly different title page. % \thesis - (default) Specify that the document type is a thesis % \dissertation - Specify that this is a dissertation. -% \project - Specify that this is a project (e.g. MEng project) +% \MRP - Specify that this is a masters research project (e.g. MEng project) % Specify the type of degree (e.g. Masters of Applied Science, Doctor of Philosophy). Do not use % abbreviations. diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf b/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf index dc72ba7c607..130ab2e470c 100644 Binary files a/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf and b/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf differ 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 +% Copyright (C) 2014 by J.V. Lassaline % ------------------------------------------------------- % % This file may be distributed and/or modified under the @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesClass{ryethesis} %<*class> - [2014/04/23 v1.35 Ryerson University thesis class definition] + [2014/05/09 v1.36 Ryerson University thesis class definition] % % %<*driver> @@ -39,7 +39,7 @@ % % \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. diff --git a/Master/texmf-dist/tex/latex/ryethesis/ryethesis.cls b/Master/texmf-dist/tex/latex/ryethesis/ryethesis.cls index 92af164c356..e7e2dc52fbd 100644 --- a/Master/texmf-dist/tex/latex/ryethesis/ryethesis.cls +++ b/Master/texmf-dist/tex/latex/ryethesis/ryethesis.cls @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ryethesis} - [2014/04/23 v1.35 Ryerson University thesis class definition] + [2014/05/09 v1.36 Ryerson University thesis class definition] \RequirePackage{ifthen} \RequirePackage{fancyhdr} @@ -262,7 +262,7 @@ \newcommand{\documenttype}[1]{\ifx\empty#1\else\gdef\ryethesis@documentType{#1}\fi} \newcommand{\thesis}{\documenttype{thesis}} \newcommand{\dissertation}{\documenttype{dissertation}} -\newcommand{\project}{\documenttype{project}} +\newcommand{\project}{\documenttype{MRP}} \newcommand{\degreeName}[1]{\gdef\ryethesis@degree{#1}\if@ryehyperref\hypersetup{pdfsubject={#1}}\fi} \newcommand{\degreeYear}[1]{\gdef\ryethesis@degreeYear{#1}} @@ -315,17 +315,22 @@ } -\newcommand{\declaration}{% Author declaration and release per SGS policy Sept. 2009. +\newcommand{\declaration}{% \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} } \newcommand{\ryethesis@insertdeclaration}{% -- cgit v1.2.3