From c386855e89df7aa58a96743cdee77e56764895a5 Mon Sep 17 00:00:00 2001
From: Longman E <el7g15@soton.ac.uk>
Date: Wed, 9 Jan 2019 17:00:31 +0000
Subject: [PATCH] Add Copyright statement that stylisticly matches the UoS Word
 one

---
 ecsdocs.dtx | 55 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 41 insertions(+), 14 deletions(-)

diff --git a/ecsdocs.dtx b/ecsdocs.dtx
index 1d0269c..a426e85 100644
--- a/ecsdocs.dtx
+++ b/ecsdocs.dtx
@@ -246,6 +246,16 @@
 %
 % \section{Document Layout}
 %
+% \subsection{Font}
+%    \begin{macrocode}
+%% \usepackage[T1]{fontspec}
+%    Set font for copyright statement body text
+\usepackage[defaultsans]{droidsans}
+%    Set a particular style of font for the thesis. A font that has smallcaps
+\usepackage{mathpazo}
+%%\usepackage[T1]{fontenc} %This may not be necessary for english only text
+%    \end{macrocode}
+
 % \subsection{Spacing}
 %
 %    Load the \texttt{setspace} package so that spacing can easily be set. The text in all
@@ -503,9 +513,13 @@
 %    Load the \texttt{hyperref} package to provide hyperlinks in pdf and dvi documents.
 %
 %    \begin{macrocode}
+\usepackage{xcolor}
+\definecolor{SotRed}{rgb}{0.67,0.07,0.06}
+\definecolor{SotBlue}{rgb}{0,0.26,0.35}
+\definecolor{SotGray}{rgb}{0.6,0.6,0.65}
 \usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,
    bookmarksopenlevel=0,bookmarksnumbered=true,hypertexnames=false,
-   colorlinks,linkcolor={blue},citecolor={blue},urlcolor={red},
+   colorlinks,linkcolor={SotBlue},citecolor={SotBlue},urlcolor={SotBlue},
    pdfstartview={FitV},unicode,breaklinks=true]{hyperref}
 \pdfstringdefDisableCommands{
    \let\\\space
@@ -1218,39 +1232,52 @@ Date:...........................................................................
 %
 %    This standard Copyright statement is to be included for a theis submission
 %    to University of Southampton Digital Repository
-%    TODO: Find an official source of the UoS Brand Logo
 %
 %    \begin{macrocode}
 %<*thesis>
+\usepackage[export]{adjustbox} % for Soton logo alignment
 \newcommand\copyrightDeclaration[1]{
+
 \btypeout{Copyright declaration}
 \thispagestyle{plain}
-\null\vfil
 
-\begin{figure}[t]
-    \includegraphics[width=.6\textwidth,right]{University_of_Southampton_Logo.png}
-\end{figure}
+\hspace{-1.5in}\hspace{2.5cm}\begin{minipage}{17cm}
+\null\vfil
+\includegraphics[width=6cm,right]{University_of_Southampton_Logo.png}
 
 \vskip 60\p@
-
-\begin{center}{\Large\bf University of Southampton Research Repository \par}\end{center}
-
+\begin{center}{\selectfont\huge
+\textcolor{SotGray}{University~of~Southampton~Research~Repository}\par}
+\end{center}
 \vspace{1cm}
 
-\noindent Copyright \textcopyright~ and Moral Rights for this thesis and, where applicable, any accompanying data are retained by the author and/or other copyright owners. A copy can be downloaded for personal non-commercial research or study, without prior permission or charge. This thesis and the accompanying data cannot be reproduced or quoted extensively from without first obtaining permission in writing from the copyright holder/s. The content of the thesis and accompanying research data (where applicable) must not be changed in any way or sold commercially in any format or medium without the formal permission of the copyright holder/s.
+{\fontfamily{fds}\selectfont
 
-When referring to this thesis and any accompanying data, full bibliographic details must be given, e.g.
+\noindent Copyright \textcopyright~ and Moral Rights for this thesis and, where
+applicable, any accompanying data are retained by the author and/or other
+copyright owners. A copy can be downloaded for personal non-commercial research
+or study, without prior permission or charge. This thesis and the accompanying
+data cannot be reproduced or quoted extensively from without first obtaining
+permission in writing from the copyright holder/s. The content of the thesis
+and accompanying research data (where applicable) must not be changed in any
+way or sold commercially in any format or medium without the formal permission
+of the copyright holder/s.
 
 \vspace{0.5cm}
 
-Author (Year of Submission) "Full thesis title", University of Southampton, name of the University Faculty or School or Department, PhD Thesis, pagination.
+When referring to this thesis and any accompanying data, full bibliographic
+details must be given, e.g.
 
+\vspace{0.5cm}
+
+Thesis: Author (Year of Submission) "Full thesis title", University of
+Southampton, name of the University Faculty or School or Department,
+PhD Thesis, pagination. }
+\end{minipage}
 \vfil\vfil\null
 \cleardoublepage
 }
 
-\usepackage[export]{adjustbox} % for Soton logo alignment
-
 \usepackage{lastpage} % counts the full number of pages
 
 %</thesis>
-- 
GitLab