diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-04 22:06:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-04 22:06:36 +0000 |
commit | 67228e148954896e0a854965c68ced6595691099 (patch) | |
tree | 0dae61664a2cf230db285354af63f36891bf9f4b /Master/texmf-dist | |
parent | 474df7f55b3b396ffbb0c2594ca29eb74077022a (diff) |
bangorexam (4jul17)
git-svn-id: svn://tug.org/texlive/trunk@44749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorexam/README.txt | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf | bin | 181694 -> 181698 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx | 18 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/bangorexam/bangorexam.ins | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls | 16 |
5 files changed, 20 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/bangorexam/README.txt b/Master/texmf-dist/doc/latex/bangorexam/README.txt index ee47d8fa417..2d299cbb4ca 100644 --- a/Master/texmf-dist/doc/latex/bangorexam/README.txt +++ b/Master/texmf-dist/doc/latex/bangorexam/README.txt @@ -35,7 +35,7 @@ set important aspects such as the module code and title. \module{code}{full name} The code (including the 3-letter prefix) and full name of the module. -\examperiod{resit|s1|s2} Specifies the period of the exam, s1 for January/End of Semester 1, s2 for May/End of Semester 2, or resit for Supplementary exams (August Resits). +\examperiod{resit|s1|s2} Specifies the period of the exam, s1 for January/End of Semester 1, s2 for May/End of Semester 2, or resit for Supplementary exams (Summer Resits). \timeallowed{hours} The amount of time allowed in hours. This should be the numerical part only, e.g. \timeallowed{1\half} or \timeallowed{3}. diff --git a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf Binary files differindex 08a76116bd1..e0d47f87b85 100644 --- a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf +++ b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf diff --git a/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx b/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx index 570be45c7da..499a0b21e37 100644 --- a/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx +++ b/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx @@ -19,7 +19,7 @@ %\fi % \iffalse % Doc-Source file to use with LaTeX2e -% Copyright (C) 2016 Cameron Gray <c.gray@bangor.ac.uk>, all rights reserved. +% Copyright (C) 2016-17 Cameron Gray <c.gray@bangor.ac.uk>, all rights reserved. % \fi % \iffalse %<*driver> @@ -50,6 +50,8 @@ %\changes{v1.1.3}{2016/11/15}{Fixed question totals when using sub/subsubparts.} %\changes{v1.1.4}{2016/11/21}{Fixed turn-over prompts given page numbering change.} %\changes{v1.2.0}{2017/03/14}{Added A-Only Exam Type.} +%\changes{v1.2.1}{2017/04/11}{Corrected a spelling mistake in Welsh.} +%\changes{v1.2.2}{2017/06/26}{Changed resit description to 'Summer' due to change in regulations.} %\pagestyle{fancy} %\title{Bangor University Computer Science Department\\ Exam Document Class} %\author{Cameron Gray \texttt{<c.gray@bangor.ac.uk>}} @@ -285,11 +287,11 @@ %\end{macrocode} %\fi %\begin{macrocode} -\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] % Based on the Exam document class by Philip S. Hirschhorn % Developed/Adapted for Bangor University by C. Gray @@ -320,7 +322,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})}% @@ -431,8 +433,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}% }{}% } @@ -510,8 +512,8 @@ \ \medskip - {\bf Total marks \total{all}\\ - Cyfanswm Marciau \total{all}} + {\bf Cyfanswm Marciau \total{all}\\ + Total marks \total{all}} \vfill \end{center} } diff --git a/Master/texmf-dist/source/latex/bangorexam/bangorexam.ins b/Master/texmf-dist/source/latex/bangorexam/bangorexam.ins index 4e3252831e8..e372a9441aa 100644 --- a/Master/texmf-dist/source/latex/bangorexam/bangorexam.ins +++ b/Master/texmf-dist/source/latex/bangorexam/bangorexam.ins @@ -3,7 +3,7 @@ \preamble 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 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} } |