blob: 852a325f5a3ae2efff8459183290a8babb2451a2 (
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
|
\ProvidesPackage{berasans}[2004/01/30 (WaS)]
\RequirePackage{keyval}
\define@key{Fvs}{scaled}[.9]{%
\def\fvs@Scale{#1}}
\def\ProcessOptionsWithKV#1{%
\let\@tempc\relax
\let\Fvs@tempa\@empty
\@for\CurrentOption:=\@classoptionslist\do{%
\@ifundefined{KV@#1@\CurrentOption}%
{}%
{%
\edef\Fvs@tempa{\Fvs@tempa,\CurrentOption,}%
\@expandtwoargs\@removeelement\CurrentOption
\@unusedoptionlist\@unusedoptionlist
}%
}%
\edef\Fvs@tempa{%
\noexpand\setkeys{#1}{%
\Fvs@tempa\@ptionlist{\@currname.\@currext}%
}%
}%
\Fvs@tempa
\let\CurrentOption\@empty
}
\ProcessOptionsWithKV{Fvs}
\AtEndOfPackage{%
\let\@unprocessedoptions\relax
}
\renewcommand{\sfdefault}{fvs}
\endinput
%%
%% End of file `berasans.sty'.
|