43 lines
806 B
TeX
43 lines
806 B
TeX
\documentclass[addpoints,10pt]{exam}
|
|
\usepackage{url}
|
|
\usepackage{color}
|
|
\usepackage{hyperref}
|
|
|
|
\pagestyle{headandfoot}
|
|
\runningheadrule
|
|
\firstpageheadrule
|
|
\firstpageheader{Scientific Computing}{Project Assignment}{11/05/2014
|
|
-- 11/06/2014}
|
|
%\runningheader{Homework 01}{Page \thepage\ of \numpages}{23. October 2014}
|
|
\firstpagefooter{}{}{}
|
|
\runningfooter{}{}{}
|
|
\pointsinmargin
|
|
\bracketedpoints
|
|
|
|
%\printanswers
|
|
%\shadedsolutions
|
|
|
|
|
|
\begin{document}
|
|
%%%%%%%%%%%%%%%%%%%%% Submission instructions %%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\sffamily
|
|
% \begin{flushright}
|
|
% \gradetable[h][questions]
|
|
% \end{flushright}
|
|
|
|
\begin{center}
|
|
\input{../disclaimer.tex}
|
|
\end{center}
|
|
|
|
%%%%%%%%%%%%%% Questions %%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\begin{questions}
|
|
\question What was the questions for 42?
|
|
\end{questions}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|