diff --git a/doc/latex/uosdocs/uosdocs.pdf b/doc/latex/uosdocs/uosdocs.pdf index db3875608490ec50467328a4407729a8dfdc8f39..5ae53e2a7c2a413d74a4b61855b0842d93b6cc65 100644 Binary files a/doc/latex/uosdocs/uosdocs.pdf and b/doc/latex/uosdocs/uosdocs.pdf differ diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx index 9ff7d82f0f0e380e79619a6a635b823b5ff62b8b..246308080bf617c57d56dccc78347fbfe13a9deb 100644 --- a/source/latex/uosdocs/uosdocs.dtx +++ b/source/latex/uosdocs/uosdocs.dtx @@ -591,7 +591,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -644,7 +644,7 @@ % By running these commands at the top of your tex file it will overwrite the defaults. % \begin{macrocode} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} @@ -1618,7 +1618,7 @@ Data: Author (Year) Title. URI [dataset]} \qualifications{[Insert Previous Qualifications, for example MEng]} %<*testthesis> \orcidid{0000-0002-1825-0097} -\doi{10.1002/0470841559.ch1} +\documentDoi{10.1002/0470841559.ch1} \volume{n}{m} %Optional Volume Numbering Volume n of m %</testthesis> \subject {} diff --git a/templates/latex/uosdocs/GDP.tex b/templates/latex/uosdocs/GDP.tex index 7fc22b720b950b0f6c298e770f45ab0d751485d8..d453112b4f554dab831543906931caafaad7fd1c 100644 --- a/templates/latex/uosdocs/GDP.tex +++ b/templates/latex/uosdocs/GDP.tex @@ -76,7 +76,7 @@ This work is all about \dots \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/templates/latex/uosdocs/MiniThesis.tex b/templates/latex/uosdocs/MiniThesis.tex index 2e7a0a8919504e6fc67c04ff7fe01df985ce8904..0ef0c049a07d694c5711639cb1605d00c8df0d07 100644 --- a/templates/latex/uosdocs/MiniThesis.tex +++ b/templates/latex/uosdocs/MiniThesis.tex @@ -72,7 +72,7 @@ There is no prescribed font, you should use a font appropriate to your disciplin \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/templates/latex/uosdocs/Progress.tex b/templates/latex/uosdocs/Progress.tex index 0af73856952a6495b4ec42265d8d823aa09fd73f..b1086dafcaef0d03e4cb5a45960f09c5210e70f8 100644 --- a/templates/latex/uosdocs/Progress.tex +++ b/templates/latex/uosdocs/Progress.tex @@ -60,7 +60,7 @@ There is no prescribed font, you should use a font appropriate to your disciplin \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/templates/latex/uosdocs/Project.tex b/templates/latex/uosdocs/Project.tex index 1558ca97b9e18c1433123e4265f1a80572615c10..e5c468823468044cb9dd35a847a86906eed15da4 100644 --- a/templates/latex/uosdocs/Project.tex +++ b/templates/latex/uosdocs/Project.tex @@ -69,7 +69,7 @@ This work is all about \dots \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/templates/latex/uosdocs/Report.tex b/templates/latex/uosdocs/Report.tex index c184bda36991bb1a4d13cd5b8bcaf1b0e9f1a196..8f791fc51378e7ca4799a21aa87498ab966697e7 100644 --- a/templates/latex/uosdocs/Report.tex +++ b/templates/latex/uosdocs/Report.tex @@ -66,7 +66,7 @@ This work is all about \dots \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/templates/latex/uosdocs/Thesis.tex b/templates/latex/uosdocs/Thesis.tex index ddf896cdc59378c4ae5a73fae5d24d9a66b952df..b38a23fc31ff47530c3bbe6a02261de45dcf261a 100644 --- a/templates/latex/uosdocs/Thesis.tex +++ b/templates/latex/uosdocs/Thesis.tex @@ -27,7 +27,7 @@ \qualifications{[Insert Previous Qualifications, for example MEng]} \orcidid{0000-0002-1825-0097} -\doi{10.1002/0470841559.ch1} +\documentDoi{10.1002/0470841559.ch1} \volume{n}{m} %Optional Volume Numbering Volume n of m \subject {} \keywords {} @@ -76,7 +76,7 @@ There is no prescribed font, you should use a font appropriate to your disciplin \begin{lstlisting}[caption=Listing of what an example listing would be like] This is a test listing -The test listing has serveral lines +The test listing has several lines to show how the listings will be displayed \end{lstlisting} diff --git a/tex/latex/uosdocs/uosarticle.cls b/tex/latex/uosdocs/uosarticle.cls index 3cf3060a69988ca07dd1f7efaae548d398cbf5c4..d8175de1596053c5065a83e2dd71383f183f678c 100644 --- a/tex/latex/uosdocs/uosarticle.cls +++ b/tex/latex/uosdocs/uosarticle.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosgdp.cls b/tex/latex/uosdocs/uosgdp.cls index be0aee7a6de399972eb2ade4cfd0784a0fb6897f..59c8e65a6c395190d3c221a6a89e8791ebb5df62 100644 --- a/tex/latex/uosdocs/uosgdp.cls +++ b/tex/latex/uosdocs/uosgdp.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosgdpsummary.cls b/tex/latex/uosdocs/uosgdpsummary.cls index d87d5c9c14e8f16c0f2a6df1f933815587678907..91b2599b3c23daedc7b65842cafbd8d64b9273dc 100644 --- a/tex/latex/uosdocs/uosgdpsummary.cls +++ b/tex/latex/uosdocs/uosgdpsummary.cls @@ -158,7 +158,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -172,7 +172,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosminithesis.cls b/tex/latex/uosdocs/uosminithesis.cls index 40eff91713a83e37f14e40cf83f5704bc34118d1..58cd618870af8b0ca1906d92605013ae4b7dcc37 100644 --- a/tex/latex/uosdocs/uosminithesis.cls +++ b/tex/latex/uosdocs/uosminithesis.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosprogress.cls b/tex/latex/uosdocs/uosprogress.cls index 682f3b87fde1aa3ecb01e743beec91ff38981b57..c064e1e2f305476d6aece374cc313a4109545ab6 100644 --- a/tex/latex/uosdocs/uosprogress.cls +++ b/tex/latex/uosdocs/uosprogress.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosproject.cls b/tex/latex/uosdocs/uosproject.cls index f5887344afc87eda928693e775563fa30120393b..f9b9353808943a20ce5e14d4198e339bba4cd821 100644 --- a/tex/latex/uosdocs/uosproject.cls +++ b/tex/latex/uosdocs/uosproject.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosreport.cls b/tex/latex/uosdocs/uosreport.cls index 34fe89cd34e9118c31e697eaf0d9341b408868fd..d87e5c817ff67b6528d59bc12096994567caff9d 100644 --- a/tex/latex/uosdocs/uosreport.cls +++ b/tex/latex/uosdocs/uosreport.cls @@ -160,7 +160,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -174,7 +174,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {} diff --git a/tex/latex/uosdocs/uosthesis.cls b/tex/latex/uosdocs/uosthesis.cls index e24ef2b8544a4ca7377baa0079c52d46f4e68be2..a3c9bb503becac3e0e7d977747d1bb1a870ebc78 100644 --- a/tex/latex/uosdocs/uosthesis.cls +++ b/tex/latex/uosdocs/uosthesis.cls @@ -164,7 +164,7 @@ \newcommand*{\authors}[1]{\def\authornames{#1}} \newcommand*{\qualifications}[1]{\def\quals{#1}} \newcommand*{\addresses}[1]{\def\addressnames{#1}} -\newcommand*{\doi}[1]{\def\doicode{#1}} +\newcommand*{\documentDoi}[1]{\def\doicode{#1}} \newcommand*{\volume}[2]{\def\volno{#1}\def\volof{#2}} \newcommand*{\orcidid}[1]{\def\orcid{#1}} \newcommand*{\university}[1]{\def\univname{#1}} @@ -178,7 +178,7 @@ \newcommand*{\subject}[1]{\def\subjectname{#1}} \newcommand*{\keywords}[1]{\def\keywordnames{#1}} %% --------------------- Organisational Structure ---------------------- -\doi{} +\documentDoi{} \supervisor {} \examiner {} \degree {}