From 02b299e5ffa9914d0a928d9eafbd6ce4e002dc8f Mon Sep 17 00:00:00 2001
From: Edward Longman <el7g15@soton.ac.uk>
Date: Fri, 19 Apr 2019 16:49:11 +0100
Subject: [PATCH] Add the declaration modifications to the dtx file

---
 source/latex/uosdocs/uosdocs.dtx | 10 ++++++++--
 tex/latex/uosdocs/uosproject.cls |  1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx
index 15ce28f..6cec4cd 100644
--- a/source/latex/uosdocs/uosdocs.dtx
+++ b/source/latex/uosdocs/uosdocs.dtx
@@ -1281,7 +1281,7 @@
 % xifthen else package used for the isempty command
 %
 %    \begin{macrocode}
-%<*thesis|minithesis|progress|report|article>
+%<*thesis|minithesis|progress|report|article|project>
 \usepackage{xifthen}
 \newcommand\authorshipdeclaration[1]{
 \btypeout{Declaration of Authorship}
@@ -1296,8 +1296,14 @@ been generated by me as the result of my own original research.
 I confirm that:
 
 \begin{enumerate}
+%<*thesis|minithesis|progress|report|article>
 \item This work was done wholly or mainly while in candidature for a research degree at this University;
 \item Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated;
+%</thesis|minithesis|progress|report|article>
+%<*project>
+\item This work was done wholly or mainly while in candidature for a degree at this University;
+\item Where any part of this thesis has previously been submitted for any other qualification at this University or any other institution, this has been clearly stated;
+%</project>
 \item Where I have consulted the published work of others, this is always clearly attributed;
 \item Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work;
 \item I have acknowledged all main sources of help;
@@ -1318,7 +1324,7 @@ I confirm that:
 \vfil\vfil\null
 \cleardoublepage
 }
-%</thesis|minithesis|progress|report|article>
+%</thesis|minithesis|progress|report|article|project>
 %    \end{macrocode}
 %
 % \end{macro}
diff --git a/tex/latex/uosdocs/uosproject.cls b/tex/latex/uosdocs/uosproject.cls
index 5298c0a..ada3274 100644
--- a/tex/latex/uosdocs/uosproject.cls
+++ b/tex/latex/uosdocs/uosproject.cls
@@ -407,6 +407,7 @@ I confirm that:
 \vfil\vfil\null
 \cleardoublepage
 }
+
 \newcommand\acknowledgements[1]{
 \btypeout{Acknowledgements}
 \addtotoc{Acknowledgements}
-- 
GitLab