%    examexample.tex    Template for an exam in Latex suitable for
%    GRTEX
%	copyright 1993 by Joel A. Shapiro
%
%    copy this file, then add your header page where indicated *********
%	and your questions where indicated ##########
\documentstyle[12pt]{article}
%
\input exammac
% If you want the pages numbered, uncomment the next line. default no numbers
% \pagesnumberedtrue

% If you want to see the comments in attribution and explanation, which 
%   should NOT appear on a real exam, uncomment the line below. See Q??
% \realexamfalse
%   If, for some reason, you want one of attrib and explain without the
%   other, you can define \attrib or \explain AFTER the input exammac2 line.
%
% The default style is two columns in landscape mode. If you want one
% column in portrait mode, uncomment the \twocolumnfalse statement
% below. Dimensions are set in exammac2, and can be overwritten after
% the \input exammac2 line
%
% \twocolumnfalse
% if you want two column in portrait, or one column in landscape, you
% need to change the \iftwocolumn statement after \begin{document}
%
\input exammac2
\begin{document}
\iftwocolumn\special{papersize=11in,8.5in}\fi
% 
% The next %% line has to appear exactly as it is, after the part of the
% header which should appear only once and before those things which
% need repeating on each version of the exam.
%%End of header
\ifpagesnumbered   \setcounter {page}{1} \fi
%
% enter your cover page material here, if you want one.

% end of header page material
% comment out at least one of the two next commands
\clearpage	% if you do not want questions appearing on same page 
		% with parts of the header, especially in two-column mode
% \vfill\eject  % if you don't mind if header page on left and quests on right

% enter your exam questions here.    ##########

% The next line must appear exactly as is, after your exam questions:
% end of exam questions.
% If you wish, you can enter material here which will appear after all the 
% exam questions
%

\clearpage % needed to insure new exam doesn't start in second column

\end{document}

