| | \def\ouexamdate{21 August 2006} |
---|
| | \def\ouexamversion{2.1.1} |
---|
| | \def\ouexamshortdate{2006/08/21} |
---|
| | \def\ouexamdate{14 August 2008} |
---|
| | \def\ouexamversion{2.1.2} |
---|
| | \def\ouexamshortdate{2008/08/14} |
---|
| | % \iffalse meta-comment |
---|
| | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| | %% |
---|
| | %% File: $Id$ |
---|
| |
---|
| | %</driver> |
---|
| | % |
---|
| | % \fi |
---|
| | % |
---|
| | %% \CheckSum{807} |
---|
| | %% \CheckSum{817} |
---|
| | %% |
---|
| | %% \CharacterTable |
---|
| | %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z |
---|
| | %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z |
---|
| |
---|
| | % \begin{macrocode} |
---|
| | \underline{Use of calculators:} \\[\baselineskip]% |
---|
| | \hspace*{1cm}\begin{minipage}{13.5cm}\@calculators\end{minipage}% |
---|
| | \\[\baselineskip]% |
---|
| | \mbox{}\hfill(Subject to inspection by the examiners.)% |
---|
| | % \end{macrocode} |
---|
| | % \changes{2.1.2}{2008/08/14}{NJS Ensure that the ``subject to inspection'' |
---|
| | % line for calculators is only printed when calculators actually are allowed.} |
---|
| | % Only print out the ``subject to inspection'' line if calculators actually |
---|
| | % are allowed (irrelevant otherwise): |
---|
| | % \begin{macrocode} |
---|
| | \ifx\@calc\@CalcNONE% |
---|
| | \else\mbox{}\hfill(Subject to inspection by the examiners.)\fi% |
---|
| | \\[\baselineskip]% |
---|
| | % \end{macrocode} |
---|
| | % Print out anything that candidates are allowed to bring: |
---|
| | % \begin{macrocode} |
---|
| | \underline{Candidates are permitted copies of:}% |
---|
| | \\[\baselineskip]% |
---|
| | \hspace*{1cm}\begin{minipage}{13.5cm}\@copiesof\end{minipage}% |
---|
| | \\[\baselineskip]% |
---|
| | \mbox{}\hfill(Subject to inspection by the examiners.)% |
---|
| | % \end{macrocode} |
---|
| | % \changes{2.1.2}{2008/08/14}{NJS Ensure that the ``subject to inspection'' |
---|
| | % line for other material is only printed when there actually \emph{is} |
---|
| | % other material.} |
---|
| | % Only print out the ``subject to inspection'' line if there actually |
---|
| | % \emph{is} other material (irrelevant otherwise): |
---|
| | % \begin{macrocode} |
---|
| | \ifx\@copiesof\@empty% |
---|
| | \else\mbox{}\hfill(Subject to inspection by the examiners.)\fi% |
---|
| | \\[\baselineskip]% |
---|
| | % \end{macrocode} |
---|
| | % Print out other instructions, and finish. |
---|
| | % \begin{macrocode} |
---|
| |
---|
|