From 4061b69b7a85fc322821dbfc8beb83b498542e45 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 Nov 2016 22:49:36 +0000 Subject: bangorexam (22nov16) git-svn-id: svn://tug.org/texlive/trunk@42555 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/bangorexam/bangorexam.pdf | Bin 181973 -> 181972 bytes .../source/latex/bangorexam/bangorexam.dtx | 5 +++-- .../texmf-dist/tex/latex/bangorexam/bangorexam.cls | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf index 0451cab8456..162fb03a640 100644 Binary files a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf and b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf differ diff --git a/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx b/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx index fecaf7a2884..0f49fa33c05 100644 --- a/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx +++ b/Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx @@ -48,6 +48,7 @@ %new documents.} %\changes{v1.1.2}{2016/10/29}{Add page numbers and multiple choice elements.} %\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.} %\pagestyle{fancy} %\title{Bangor University Computer Science Department\\ Exam Document Class} %\author{Cameron Gray \texttt{}} @@ -277,7 +278,7 @@ %\end{macrocode} %\fi %\begin{macrocode} -\def\version{1.1.3 } +\def\version{1.1.4 } \NeedsTeXFormat{LaTeX2e} @@ -359,7 +360,7 @@ % Footer \pagestyle{headandfoot}% \coverfooter{}{}{\iflastpage{}{/ troi drosodd\\/ turn over}{}}% -\footer{}{\thepage}{\oddeven{}{\iflastpage{}{/ troi drosodd\\/ turn over}}}% +\footer{}{\thepage}{\oddeven{\iflastpage{}{/ troi drosodd\\/ turn over}}}{}% % Cover Column Definition \newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} diff --git a/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls b/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls index 76db594d305..15aae01ffb5 100644 --- a/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls +++ b/Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls @@ -39,7 +39,7 @@ %% Right bracket \] Circumflex\^ Underscore\_ %% Grave accent \` Left brace\{ Vertical bar \| %% Right brace \} Tilde \~} -\def\version{1.1.3 } +\def\version{1.1.4 } \NeedsTeXFormat{LaTeX2e} @@ -104,7 +104,7 @@ \pagestyle{headandfoot}% \coverfooter{}{}{\iflastpage{}{/ troi drosodd\\/ turn over}{}}% -\footer{}{\thepage}{\oddeven{}{\iflastpage{}{/ troi drosodd\\/ turn over}}}% +\footer{}{\thepage}{\oddeven{\iflastpage{}{/ troi drosodd\\/ turn over}}}{}% \newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} -- cgit v1.2.3