Parser of berki style problems and generator of latex file
Samo Penic
2018-11-03 c9c8d5997209b1f00b25a6bc2b7fa2b3fb186640
commit | author | age
78d798 1 \documentclass[10pt,a4paper]{article}
SP 2 %define global variables for the whole problem set
3 \usepackage{sizif}
4 \def \facultyid {$faculty_id}
5 \def \facultyname {$faculty_name}
6 \def \examid {$exam_id}
7 \def \examtitle {$exam_title}
8 \def \examdate {$date}
9 \def \footertext {$last_line}
10 \setcounter{problemsetid}{$start_number} %the first exam will have id of problemsetid+1 !!!
11 \def \sidprefill{\sid{$sid_prefill}}
12
13
14
15 %somesettings
16 \def \multilinesep {1mm}
17 \def \texttoanswerskip{2mm}
18 \def \answertotextskip{5mm}
19 \def \productname{SIZiF}
20 \def \productversion{0}
21 \pagestyle{otherswithname}
22 \begin{document}
23