summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/bangorcsthesis/README2
-rw-r--r--Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdfbin298583 -> 298298 bytes
-rw-r--r--Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx9
-rw-r--r--Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls6
4 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/README b/Master/texmf-dist/doc/latex/bangorcsthesis/README
index 78f3da354ca..fd7a4f3b0eb 100644
--- a/Master/texmf-dist/doc/latex/bangorcsthesis/README
+++ b/Master/texmf-dist/doc/latex/bangorcsthesis/README
@@ -1,6 +1,6 @@
Bangor University Computer Science Department Thesis Document Class
-Cameron Gray <c.gray@bangor.ac.uk> November 12, 2021
+Cameron Gray <c.gray@bangor.ac.uk> January 28, 2022
Abstract
diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf b/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf
index c67e163222f..708cc731320 100644
--- a/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf
+++ b/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
index c5234e4ed03..f6e8e182596 100644
--- a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
+++ b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
@@ -52,10 +52,11 @@
%\changes{v1.5.2}{2017/08/10}{Altered heading handling for the references section.}
%\changes{v1.5.3}{2018/10/05}{Altered School and College names.}
%\changes{v1.5.4}{2021/11/12}{Added more Engineering degree types.}
+%\changes{v1.5.5}{2022/01/28}{Fixed a typo in degree scheme.}
%\pagestyle{fancy}
%\title{Bangor University Computer Science and Electronic Engineering Department\\ Thesis Document Class}
%\author{Cameron Gray \texttt{<c.gray@bangor.ac.uk>}}
-%\date{November 12, 2021}
+%\date{January 28, 2022}
%\maketitle
%
%\begin{abstract}
@@ -266,11 +267,11 @@
% \end{macrocode}
%\fi
% \begin{macrocode}
-\def\version{1.5.4}
+\def\version{1.5.5}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{bangorcsthesis}[2021/11/12 \version C. Gray]
+\ProvidesClass{bangorcsthesis}[2022/01/28 \version C. Gray]
% Originally inspired by Clean Thesis
% - http://cleanthesis.der-ric.de/
@@ -307,7 +308,7 @@
\newcommand{\degree}{Master of Science}
}
\DeclareOption{meng}{
- \newcommand{\degree}{Moster of Engineering}
+ \newcommand{\degree}{Master of Engineering}
}
\DeclareOption{mscres}{
\newcommand{\degree}{Master of Science by Research}
diff --git a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls
index 1d79c47f92d..43a3dc42002 100644
--- a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls
+++ b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls
@@ -45,11 +45,11 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\def\version{1.5.4}
+\def\version{1.5.5}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{bangorcsthesis}[2021/11/12 \version C. Gray]
+\ProvidesClass{bangorcsthesis}[2022/01/28 \version C. Gray]
\def\degreeScheme#1{\def\@scheme{#1}}
@@ -79,7 +79,7 @@
\newcommand{\degree}{Master of Science}
}
\DeclareOption{meng}{
-\newcommand{\degree}{Moster of Engineering}
+\newcommand{\degree}{Master of Engineering}
}
\DeclareOption{mscres}{
\newcommand{\degree}{Master of Science by Research}