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