Skip to content

Commit a68d766

Browse files
committed
Updates from Overleaf
1 parent 0517131 commit a68d766

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

exam-lite.cls

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
% Author: Rok Kukovec and Iztok Fister Jr.
2+
% CC-BY-SA-4.0 license
3+
14
\NeedsTeXFormat{LaTeX2e}
25
\ProvidesClass{exam-lite}[2023/02/06 Very simple Latex template for exams]
36

@@ -124,8 +127,8 @@
124127
\if\examtype2\typeexam{VMESNI IZPIT}\fi
125128
\if\examtype1\examperiod{Vmesni izpit: }\fi
126129
\if\examtype2\examperiod{Izpitni rok: }\fi
127-
\namesurname{Ime in Priimek:}
128-
\studentid{ID Študenta:}
130+
\namesurname{Ime in Priimek: }
131+
\studentid{ID Študenta: }
129132
\instructions{NAVODILA}
130133
\questiontext{Vpra\v{s}anje}
131134
\pointstext{to\v{c}k}
@@ -191,8 +194,8 @@
191194
\if\examtype2\typeexam{MIDTERM}\fi
192195
\if\examtype1\examperiod{Exam period: }\fi
193196
\if\examtype2\examperiod{Midterm: }\fi
194-
\namesurname{Name and Surname:}
195-
\studentid{Student ID:}
197+
\namesurname{Name and Surname: }
198+
\studentid{Student ID: }
196199
\instructions{INSTRUCTIONS}
197200
\questiontext{Question}
198201
\pointstext{point}

exam-lite.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% Author: Rok Kukovec and Iztok Fister Jr.
2+
% CC-BY-SA-4.0 license
13
\documentclass[english, exam]{exam-lite} %1: slovene, english; 2: exam, midterm
24
\begin{document}
35

@@ -6,7 +8,7 @@
68
% path to logo image
79
%\ImagePath{imgs/um-logo.png} % Slovenian FERI UM logo
810
%\ImagePath{imgs/logo-um-feri-ang.png} % English FERI UM logo
9-
\ImagePath{imgs/affl-logo.png} % logo example
11+
\ImagePath{imgs/exam-lite-affl-logo.png} % logo example
1012
% name of the subject
1113
\subject{Interesting computer science}
1214
% academic year

0 commit comments

Comments
 (0)