summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/ua1/uarial.sty
blob: e49e10213baffc6a2633dba7e0e4baadbc7f9f9a (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
35
\ProvidesPackage{uarial}%
[2006/03/21 1.0 (WaS)]
\RequirePackage{keyval}
\define@key{UaI}{scaled}[.95]{%
  \expandafter\def\csname ua1@Scale\endcsname{#1}}
\def\ProcessOptionsWithKV#1{%
  \let\@tempc\relax
  \let\UaI@tempa\@empty
  \ifx\@classoptionslist\relax\else
    \@for\CurrentOption:=\@classoptionslist\do{%
      \@ifundefined{KV@#1@\CurrentOption}%
      {}%
      {%
        \edef\UaI@tempa{\UaI@tempa,\CurrentOption,}%
        \@expandtwoargs\@removeelement\CurrentOption
          \@unusedoptionlist\@unusedoptionlist
      }%
    }%
  \fi
  \edef\UaI@tempa{%
    \noexpand\setkeys{#1}{%
      \UaI@tempa\@ptionlist{\@currname.\@currext}%
    }%
  }%
  \UaI@tempa
  \let\CurrentOption\@empty
}
\ProcessOptionsWithKV{UaI}
\AtEndOfPackage{%
  \let\@unprocessedoptions\relax
}
\renewcommand{\sfdefault}{ua1}
\endinput
%%
%% End of file `ua1.sty'.