Parser of berki style problems and generator of latex file
Samo Penic
2018-11-03 c9c8d5997209b1f00b25a6bc2b7fa2b3fb186640
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\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}