summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bangorexam
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-22 22:49:36 +0000
committerKarl Berry <karl@freefriends.org>2016-11-22 22:49:36 +0000
commit4061b69b7a85fc322821dbfc8beb83b498542e45 (patch)
tree467c4d2c0ac8693703af90e243c2dc573fcfd4d5 /Master/texmf-dist/source/latex/bangorexam
parent5bf4853ebb35ad3d6545264980e6d6d600951622 (diff)
bangorexam (22nov16)
git-svn-id: svn://tug.org/texlive/trunk@42555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bangorexam')
-rw-r--r--Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx5
1 files changed, 3 insertions, 2 deletions
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{<c.gray@bangor.ac.uk>}}
@@ -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}}