%=========================================================================%
% initialize TeX
%=========================================================================%

\magnification=\magstephalf
\baselineskip=13pt
\hsize = 6.5truein
\hoffset = 0.0truein
\vsize = 9.5truein
\voffset = -0.25truein
\emergencystretch = 0.05\hsize

\newif\ifblackboardbold

% comment out the following line if AMS msbm fonts aren't available
\blackboardboldtrue

%=========================================================================%
% select fonts
%=========================================================================%

\font\titlefont=cmbx12 scaled\magstephalf
\font\sectionfont=cmbx12
\font\netfont=cmtt9

% Establish AMS blackboard bold fonts without using amssym.def, amssym.tex

\newfam\bboldfam
\ifblackboardbold
\font\tenbbold=msbm10
\font\sevenbbold=msbm7
\font\fivebbold=msbm5
\textfont\bboldfam=\tenbbold
\scriptfont\bboldfam=\sevenbbold
\scriptscriptfont\bboldfam=\fivebbold
\def\bbold{\fam\bboldfam\tenbbold}
\else
\def\bbold{\bf}
\fi


%=========================================================================%
% exam extra page
%=========================================================================%

\footline={\tenbf Page: \hbox to
30pt{\hrulefill}\hfil Continued on page: \hbox to
30pt{\hrulefill}}

\noindent{\bf Problem: \hbox to 30pt{\hrulefill} \hskip 30pt Name: \hrulefill
\hbox{}}

\vfill\eject

\noindent{\bf Problem: \hbox to 30pt{\hrulefill} \hskip 30pt Name: \hrulefill
\hbox{}}

\vfill\eject


\bye