summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/luxi/luximono.sty
blob: b0f13c65347ff9356da4bba82a4fdec4c13b8f97 (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
\ProvidesPackage{luximono}[2004/01/26 loading LuxiMono as tt font (WaS)]
\RequirePackage{keyval}
\define@key{UlIX}{scaled}[0.87]{%
  \expandafter\def\csname ul9@Scale\endcsname{#1}}
\def\ProcessOptionsWithKV#1{%
  \let\@tempc\relax
  \let\UlIX@tempa\@empty
  \@for\CurrentOption:=\@classoptionslist\do{%
    \@ifundefined{KV@#1@\CurrentOption}%
    {}%
    {%
      \edef\UlIX@tempa{\UlIX@tempa,\CurrentOption,}%
      \@expandtwoargs\@removeelement\CurrentOption
        \@unusedoptionlist\@unusedoptionlist
    }%
  }%
  \edef\UlIX@tempa{%
    \noexpand\setkeys{#1}{%
      \UlIX@tempa\@ptionlist{\@currname.\@currext}%
    }%
  }%
  \UlIX@tempa
  \let\CurrentOption\@empty
}
\ProcessOptionsWithKV{UlIX}
\AtEndOfPackage{%
  \let\@unprocessedoptions\relax
}

\renewcommand{\ttdefault}{ul9}
\endinput