Skip to content
Snippets Groups Projects
Commit c386855e authored by Edward Longman's avatar Edward Longman
Browse files

Add Copyright statement that stylisticly matches the UoS Word one

parent aabb0808
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,16 @@ ...@@ -246,6 +246,16 @@
% %
% \section{Document Layout} % \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} % \subsection{Spacing}
% %
% Load the \texttt{setspace} package so that spacing can easily be set. The text in all % Load the \texttt{setspace} package so that spacing can easily be set. The text in all
...@@ -503,9 +513,13 @@ ...@@ -503,9 +513,13 @@
% Load the \texttt{hyperref} package to provide hyperlinks in pdf and dvi documents. % Load the \texttt{hyperref} package to provide hyperlinks in pdf and dvi documents.
% %
% \begin{macrocode} % \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, \usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,
bookmarksopenlevel=0,bookmarksnumbered=true,hypertexnames=false, 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} pdfstartview={FitV},unicode,breaklinks=true]{hyperref}
\pdfstringdefDisableCommands{ \pdfstringdefDisableCommands{
\let\\\space \let\\\space
...@@ -1218,39 +1232,52 @@ Date:........................................................................... ...@@ -1218,39 +1232,52 @@ Date:...........................................................................
% %
% This standard Copyright statement is to be included for a theis submission % This standard Copyright statement is to be included for a theis submission
% to University of Southampton Digital Repository % to University of Southampton Digital Repository
% TODO: Find an official source of the UoS Brand Logo
% %
% \begin{macrocode} % \begin{macrocode}
%<*thesis> %<*thesis>
\usepackage[export]{adjustbox} % for Soton logo alignment
\newcommand\copyrightDeclaration[1]{ \newcommand\copyrightDeclaration[1]{
\btypeout{Copyright declaration} \btypeout{Copyright declaration}
\thispagestyle{plain} \thispagestyle{plain}
\null\vfil
\begin{figure}[t] \hspace{-1.5in}\hspace{2.5cm}\begin{minipage}{17cm}
\includegraphics[width=.6\textwidth,right]{University_of_Southampton_Logo.png} \null\vfil
\end{figure} \includegraphics[width=6cm,right]{University_of_Southampton_Logo.png}
\vskip 60\p@ \vskip 60\p@
\begin{center}{\selectfont\huge
\begin{center}{\Large\bf University of Southampton Research Repository \par}\end{center} \textcolor{SotGray}{University~of~Southampton~Research~Repository}\par}
\end{center}
\vspace{1cm} \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} \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 \vfil\vfil\null
\cleardoublepage \cleardoublepage
} }
\usepackage[export]{adjustbox} % for Soton logo alignment
\usepackage{lastpage} % counts the full number of pages \usepackage{lastpage} % counts the full number of pages
%</thesis> %</thesis>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment