-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuzh.cls
More file actions
30 lines (26 loc) · 725 Bytes
/
uzh.cls
File metadata and controls
30 lines (26 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{uzh}[2016/04/06]
\LoadClassWithOptions{wmnotes}
\geometry{
a4paper ,
top = 38mm ,
left = 20mm ,
right = 20mm ,
bottom = 24mm ,
headsep = 26mm ,
footskip = 15mm ,
columnsep = 5mm ,
marginpar = 15mm ,
marginparsep = 2.5mm
}
\savegeometry{uzh}
\lohead*{\ifthenelse{\expandafter\isempty\expandafter{\MyLecture}}{}{\MyLecture\\}\leftmark\\\rightmark}
\cohead*{}
\rohead*{}
\lofoot*{\ifthenelse{\expandafter\isempty\expandafter{\MyAuthor}}{}{\MyAuthor\\}\translate{Status}: \today}
\cofoot*{\thepage}
\rofoot*{}
\loadgeometry{uzh}
\ifthenelse{\boolean{xetex} \OR \boolean{luatex}}{
\setmainfont{Palatino}
}{}