diff --git a/source/latex/uosdocs/Makefile b/source/latex/uosdocs/Makefile index aa48b593a6f5aba5d2c79398415a7540993cbd56..ee579163b6d44149ea39d055f64a1991a71c1fdd 100644 --- a/source/latex/uosdocs/Makefile +++ b/source/latex/uosdocs/Makefile @@ -9,8 +9,8 @@ # Author: Edward Longman # Rebuild and change name to uosdocs # make -# all - creates all the necessart files to install the class -# install - moves all of the created files into the +# all - creates all the necessary files to install the class +# install - moves all of the created files into the specified TEXMF directory #*======================BUILD AND INSTALL NAMES================================ TEXMF = C:\Users\<username>\texmf diff --git a/templates/latex/uosdocs/GDP.tex b/templates/latex/uosdocs/GDP.tex index 90704ae43a47d473fed4e929a5f54a303e16a4c3..9449971fb296abd0b8a5de2d6b690fcfef15e827 100644 --- a/templates/latex/uosdocs/GDP.tex +++ b/templates/latex/uosdocs/GDP.tex @@ -39,7 +39,7 @@ \begin{abstract} This work is all about \dots \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/templates/latex/uosdocs/MiniThesis.tex b/templates/latex/uosdocs/MiniThesis.tex index 1a5af6b8cc00c69939f7ee0de3de25b9650719af..d7fb39a676d6b9e2ffb73974e3b78a3e96f5a49c 100644 --- a/templates/latex/uosdocs/MiniThesis.tex +++ b/templates/latex/uosdocs/MiniThesis.tex @@ -42,7 +42,7 @@ There are broad instructions for this template entitled: How to use the Universi There is no prescribed font, you should use a font appropriate to your discipline. See Producing your thesis section 7.2. \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/templates/latex/uosdocs/Progress.tex b/templates/latex/uosdocs/Progress.tex index 9061f7801b20bf94c2deb42ec55943aae604cf1a..bb9ef88e3f6ae2ac25c2fbe9c30d9e4f82297dde 100644 --- a/templates/latex/uosdocs/Progress.tex +++ b/templates/latex/uosdocs/Progress.tex @@ -39,7 +39,7 @@ There are broad instructions for this template entitled: How to use the Universi There is no prescribed font, you should use a font appropriate to your discipline. See Producing your thesis section 7.2. \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/templates/latex/uosdocs/Project.tex b/templates/latex/uosdocs/Project.tex index 6398607b48a285e2828d87930696bfac8145adee..a2cf2894bbb5279aab8e8f44862dde0f118d0943 100644 --- a/templates/latex/uosdocs/Project.tex +++ b/templates/latex/uosdocs/Project.tex @@ -39,7 +39,7 @@ \begin{abstract} This work is all about \dots \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/templates/latex/uosdocs/Report.tex b/templates/latex/uosdocs/Report.tex index 37c42518bda425c4ce3de37ee898a1ce0995df6e..5c87266b37f86f143e991db2daa24c6d4e67a7e9 100644 --- a/templates/latex/uosdocs/Report.tex +++ b/templates/latex/uosdocs/Report.tex @@ -36,7 +36,7 @@ \begin{abstract} This work is all about \dots \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/templates/latex/uosdocs/Thesis.tex b/templates/latex/uosdocs/Thesis.tex index 67b24c8975896d217173c60a377eec09b609b50e..1112d5885839a2e80f2bfaa072fb7c02dde36b00 100644 --- a/templates/latex/uosdocs/Thesis.tex +++ b/templates/latex/uosdocs/Thesis.tex @@ -46,7 +46,7 @@ There are broad instructions for this template entitled: How to use the Universi There is no prescribed font, you should use a font appropriate to your discipline. See Producing your thesis section 7.2. \end{abstract} -\pdfbookmark[0]{\contentsname}{toc} +\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation \tableofcontents \listoffigures \listoftables diff --git a/tex/latex/uosdocs/uosreport.cls b/tex/latex/uosdocs/uosreport.cls index 18c47e49f9a37a81840b20e3d7c4d585b3ff2629..4cee915d529133fc99a529cdf6c939eddc642483 100644 --- a/tex/latex/uosdocs/uosreport.cls +++ b/tex/latex/uosdocs/uosreport.cls @@ -221,7 +221,7 @@ } \ifthenelse{\equal{\doicode}{}} {} - {\smallskip DOI: \href{http://orcid.org/\doicode}{\doicode}\par} + {\smallskip DOI: \href{https://doi.org/\doicode}{\doicode}\par} \ifthenelse{\equal{\volno}{}} {} {\smallskip Volume \volno{} of \volof} @@ -237,7 +237,7 @@ \ifthenelse{\equal{\orcid}{}} {} {\smallskip - ORCiD: \href{http://orcid.org/\orcid}{\orcid}} + ORCiD: \href{https://orcid.org/\orcid}{\orcid}} \vfill \bigskip diff --git a/tex/latex/uosdocs/uosthesis.cls b/tex/latex/uosdocs/uosthesis.cls index 49db4d83b890bfbbd707c1cb0dae68f8fbc98109..732a9ced859f4d255a1281d4053dc15f8cf923ea 100644 --- a/tex/latex/uosdocs/uosthesis.cls +++ b/tex/latex/uosdocs/uosthesis.cls @@ -228,7 +228,7 @@ } \ifthenelse{\equal{\doicode}{}} {} - {\smallskip DOI: \href{http://orcid.org/\doicode}{\doicode}\par} + {\smallskip DOI: \href{https://doi.org/\doicode}{\doicode}\par} \ifthenelse{\equal{\volno}{}} {} {\smallskip Volume \volno{} of \volof} @@ -244,7 +244,7 @@ \ifthenelse{\equal{\orcid}{}} {} {\smallskip - ORCiD: \href{http://orcid.org/\orcid}{\orcid}} + ORCiD: \href{https://orcid.org/\orcid}{\orcid}} \vfill {\large \textit{A thesis for the degree of} \par}