diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-09 22:02:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-09 22:02:42 +0000 |
commit | 18fa80c232cf479ae713b01b17d48bdc1d653aac (patch) | |
tree | 1d5f2ff520ac984b0e861aa95c5cf3a726623850 /Master/texmf-dist/tex/latex/ryethesis | |
parent | 8861e00643b747e270c9d7409e0b967d2a04b338 (diff) |
ryethesis (9may14)
git-svn-id: svn://tug.org/texlive/trunk@33945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ryethesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/ryethesis/ryethesis.cls | 23 |
1 files changed, 14 insertions, 9 deletions
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}{% |