summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tempora/tempora.sty
blob: 35a9d71d5f6680d6d36c7e26a4134e0790ebbdcb (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[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