blob: 2a1e5bce403104a05f12e50f25aa0cdd36b8cffc (
plain)
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
|
%% Generated by autoinst on 2013/05/01
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{}
[2013/05/01 (autoinst) Style file for .]
\RequirePackage[T1,LY1]{fontenc}
\RequirePackage{textcomp}
\IfFileExists{fontaxes.sty}{
\RequirePackage{fontaxes}
}{}
\IfFileExists{xkeyval.sty}{
\newcommand*{\@scale}{1}
\RequirePackage{xkeyval}
\DeclareOptionX{scaled}{\renewcommand*{\@scale}{##1}}
}{
\let\DeclareOptionX\DeclareOption
\let\ExecuteOptionsX\ExecuteOptions
\let\ProcessOptionsX\ProcessOptions
}
\DeclareOptionX{lining}{\edef\@figurestyle{LF}}
\DeclareOptionX{tabular}{\edef\@figurealign{T}}
\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}}
\ExecuteOptionsX{lining,tabular,regular}
\ProcessOptionsX\relax
\renewcommand*
{\sfdefault}
{-\@figurealign\@figurestyle}
\renewcommand*{\familydefault}{\sfdefault}
\endinput
|