summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/ulg/ulgothic.sty
blob: 02230d6f9b054cca4641bc2578461340017bff57 (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{ulgothic}[2005/02/02 v1.0 (WaS)]
\RequirePackage{keyval}
\define@key{Ulg}{scaled}[.85]{%
  \def\ulg@Scale{#1}}
\def\ProcessOptionsWithKV#1{%
  \let\@tempc\relax
  \let\Ulg@tempa\@empty
  \@for\CurrentOption:=\@classoptionslist\do{%
    \@ifundefined{KV@#1@\CurrentOption}%
    {}%
    {%
      \edef\Ulg@tempa{\Ulg@tempa,\CurrentOption,}%
      \@expandtwoargs\@removeelement\CurrentOption
        \@unusedoptionlist\@unusedoptionlist
    }%
  }%
  \edef\Ulg@tempa{%
    \noexpand\setkeys{#1}{%
      \Ulg@tempa\@ptionlist{\@currname.\@currext}%
    }%
  }%
  \Ulg@tempa
  \let\CurrentOption\@empty
}
\ProcessOptionsWithKV{Ulg}
\AtEndOfPackage{%
  \let\@unprocessedoptions\relax
}
\renewcommand{\ttdefault}{ulg}
\endinput
%%
%% End of file `ulgothic.sty'.