summaryrefslogtreecommitdiff
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
parent5bf4853ebb35ad3d6545264980e6d6d600951622 (diff)
bangorexam (22nov16)
git-svn-id: svn://tug.org/texlive/trunk@42555 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdfbin181973 -> 181972 bytes
-rw-r--r--Master/texmf-dist/source/latex/bangorexam/bangorexam.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/bangorexam/bangorexam.cls4
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
--- a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf
+++ b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf
Binary files 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{<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}}
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}}