-
Notifications
You must be signed in to change notification settings - Fork 0
/
eth.cls
38 lines (34 loc) · 822 Bytes
/
eth.cls
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
31
32
33
34
35
36
37
38
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{eth}[2016/04/06]
\LoadClassWithOptions{wmnotes}
\geometry{
a4paper ,
textwidth = 16.6cm ,
textheight = 23.5cm ,
voffset = -0.49cm ,
top = 0cm ,
headheight = 0cm ,
headsep = 1.45cm ,
inner = -3mm ,
outer = -3mm ,
hoffset = 0cm ,
footskip = 15mm
}
\savegeometry{eth}
\lohead*{}
\cohead*{}
\rohead*{}
\lofoot*{\translate{Page} \thepage / \pageref{LastPage}}
\cofoot*{}
\rofoot*{}
\loadgeometry{eth}
\ifthenelse{\boolean{xetex} \OR \boolean{luatex}}{
\setmainfont{ETH Light}
}{
\renewcommand{\familydefault}{let}
\renewcommand{\sfdefault}{let}
\DeclareFixedFont{\x}{T1}{let}{m}{n}{10}
\DeclareFixedFont{\xb}{T1}{let}{b}{n}{10}
\newfont{\xiiiv}{letr8t at 8.5pt}
\newfont{\xiiivb}{letb8t at 8.5pt}
}