diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls b/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls index f15114cb42e..92ba16031b6 100644 --- a/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls +++ b/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls @@ -7,7 +7,7 @@ %% bangorexam.dtx (with options: `bangorexam.cls,package') %% %% bangorexam.dtx -%% Copyright 2016 Cameron Gray/Bangor University <c.gray@bangor.ac.uk> +%% Copyright 2016-17 Cameron Gray/Bangor University <c.gray@bangor.ac.uk> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,11 +39,11 @@ %% Right bracket \] Circumflex\^ Underscore\_ %% Grave accent \` Left brace\{ Vertical bar \| %% Right brace \} Tilde \~} -\def\version{1.2.0 } +\def\version{1.2.2 } \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{bangorexam}[2017/03/14 \version C. Gray] +\ProvidesClass{bangorexam}[2017/04/11 \version C. Gray] \RequirePackage[dvipsnames]{xcolor} @@ -69,7 +69,7 @@ \newcommand{\engBTypeText}{Answer \textbf{two} out of four questions.}% \newcommand{\welBTypeText}{Atebwch \textbf{ddau} o'r pedwar cwestiwn.}% \newcommand{\engCTypeText}{Answer all questions.}% -\newcommand{\welCTypeText}{Atebwch bob cwstiwn.}% +\newcommand{\welCTypeText}{Atebwch bob cwestiwn.}% \newcommand{\sectionAHeader}{\textbf{SECTION A} --- Answer \textbf{ALL} questions (Total marks \total{sectiona})}% \newcommand{\sectionBHeader}{\textbf{SECTION B} --- Answer any \textbf{TWO} questions (\total{sectionb} marks each)}% \newcommand{\sectionAOnlyHeader}{Answer \textbf{ALL} questions (Total marks \total{sectiona})}% @@ -164,8 +164,8 @@ \ifthenelse{\equal{#1}{resit}}{% \renewcommand{\welSemesterText}{Arholiadau Atodol}% \renewcommand{\engSemesterText}{Supplementary Examination}% -\def \welExamMonth {AWST}% -\def \engExamMonth {AUGUST}% +\def \welExamMonth {HAF}% +\def \engExamMonth {SUMMER}% }{}% } @@ -240,8 +240,8 @@ Time allowed:~\timeAllowed~hours \ \medskip -{\bf Total marks \total{all}\\ - Cyfanswm Marciau \total{all}} +{\bf Cyfanswm Marciau \total{all}\\ + Total marks \total{all}} \vfill \end{center} } |