\documentclass[10pt,a4paper]{article}
|
%define global variables for the whole problem set
|
\usepackage{sizif}
|
\def \facultyid {$faculty_id}
|
\def \facultyname {$faculty_name}
|
\def \examid {$exam_id}
|
\def \examtitle {$exam_title}
|
\def \examdate {$date}
|
\def \footertext {$last_line}
|
\setcounter{problemsetid}{$start_number} %the first exam will have id of problemsetid+1 !!!
|
\def \sidprefill{\sid{$sid_prefill}}
|
|
|
|
%somesettings
|
\def \multilinesep {1mm}
|
\def \texttoanswerskip{2mm}
|
\def \answertotextskip{5mm}
|
\def \productname{SIZiF}
|
\def \productversion{0}
|
\pagestyle{otherswithname}
|
\begin{document}
|