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/tex/latex/ryethesis/ryethesis.cls | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/tex/latex/ryethesis') 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