From da6a971b99703e0a5f216306833d9f21e5e78ea9 Mon Sep 17 00:00:00 2001
From: Edward Longman <el7g15@soton.ac.uk>
Date: Wed, 30 Jan 2019 17:43:58 +0000
Subject: [PATCH] Move Definitions and Abbr and update Copyright statements

---
 source/latex/uosdocs/uosdocs.dtx | 10 +++++-----
 source/latex/uosdocs/uosdocs.ins |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx
index d78b0db..a9e449a 100644
--- a/source/latex/uosdocs/uosdocs.dtx
+++ b/source/latex/uosdocs/uosdocs.dtx
@@ -7,7 +7,7 @@
 % The thesis, minithesis, progress, project, report, gdp, gdpsummary and article environments are written to separate
 % class files uosthesis.cls, uosminithesis.cls, uosprogress.cls, uosproject.cls, uosreport.cls, uosgdp.cls, uosgdpsummary.cls and uosarticle.cls.
 % Copyright (C) 2001 by Steve R. Gunn
-% Later Modifications 2018 by Edward Longman
+% Later Modifications (C) 2018 by Edward Longman
 %    \begin{macrocode}
 %<thesis|minithesis|progress|project|article|report|gdp|gdpsummary>\NeedsTeXFormat{LaTeX2e}[2007/02/26]
 %    \end{macrocode}
@@ -1516,10 +1516,6 @@ This work is all about \dots
 %% The List of listings does not, by default, appear in the ToC, so....
 \addtotoc{List of Listings}
 \lstlistoflistings
-%</testthesis|testminithesis|testprogress|testproject|testreport|testgdp>
-%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
-\listofsymbols{ll}{$w$ & The weight vector}
-%</testthesis|testminithesis|testprogress|testproject|testreport|testarticle|testgdp>
 %<*testthesis|testminithesis|testproject|testreport|testgdp>
 %% ---------- AUTHORSHIP DECLARATION/ ACKNOW. / DEDICATORY ----------
 %% Either include citations like below (as many as required spaced with commas or 'and').
@@ -1532,6 +1528,10 @@ This work is all about \dots
 \acknowledgements{Thanks to no one.}
 \dedicatory{To \dots}
 %</testthesis|testminithesis|testproject|testreport|testgdp>
+%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
+\listofsymbols{ll}{$w$ & The weight vector}
+%</testthesis|testminithesis|testprogress|testproject|testreport|testgdp>
+%</testthesis|testminithesis|testprogress|testproject|testreport|testarticle|testgdp>
 %<*testthesis|testminithesis|testprogress|testproject|testreport|testarticle|testgdp|testgdpsummary>
 \mainmatter
 %% ------------------ MAIN MATTER (CONTENT) --------------------
diff --git a/source/latex/uosdocs/uosdocs.ins b/source/latex/uosdocs/uosdocs.ins
index 88caca8..2c71854 100644
--- a/source/latex/uosdocs/uosdocs.ins
+++ b/source/latex/uosdocs/uosdocs.ins
@@ -6,6 +6,7 @@
 \preamble
 
 Copyright (C) 2001 by Steve R. Gunn
+Modifications Copyright (C) 2019 by Edward Longman
 
 This file is part of the UoSDocs class distribution
 
-- 
GitLab