blob: 43674a9074b80694946fb4772c7ed502e7729833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tempora}
[2015/09/13 Style file for Tempora (msharpe).]
\RequirePackage[OT2,T2C,T2B,T2A,LGR]{fontenc}
\IfFileExists{xkeyval.sty}{
\providecommand*{\LGCscale}{1}
\RequirePackage{xkeyval}
\DeclareOptionX{scale}{\renewcommand*{\LGCscale}{##1}}
\DeclareOptionX{scaled}{\renewcommand*{\LGCscale}{##1}}
}{
\let\DeclareOptionX\DeclareOption
\let\ExecuteOptionsX\ExecuteOptions
\let\ProcessOptionsX\ProcessOptions
}
\ProcessOptionsX\relax
\renewcommand*{\rmdefault}{Tempora}
\renewcommand*{\familydefault}{\rmdefault}
\endinput
|