diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-28 22:22:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-28 22:22:34 +0000 |
commit | 7f05a5a56eef94ba68b01f59b44f8ace52321a5e (patch) | |
tree | d19a480aaa0d2cdc98c70c2b050c94a7f7c50e3c /Master/texmf-dist/tex/latex/bangorcsthesis | |
parent | fa51ae442b17637a3c5aa6fe841201017ca5a048 (diff) |
bangorcsthesis (28jan22)
git-svn-id: svn://tug.org/texlive/trunk@61770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bangorcsthesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls | 6 |
1 files changed, 3 insertions, 3 deletions
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} |