summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sauerj/processkv.sty
blob: 6acfa93425e91bb05692564cc6f43944cfa17248 (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
%%
%% This is file `processkv.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% processkv.dtx  (with options: `package')
%% 
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{processkv}
   [2004/08/09 v1.0.1 process key=value lists]
\RequirePackage{keyval}[1999/03/16]
\def\processkeyvalues#1#2{%
\def\PKV@process{#2}%
\PKV@do#1,\relax,%
}
\def\PKV@do#1,{%
\ifx\relax#1\empty\else%
\PKV@split#1==\relax%
\expandafter\PKV@do\fi%
}
\def\PKV@split#1=#2=#3\relax{%
\KV@@sp@def\@tempa{#1}%
\ifx\@tempa\@empty\else%
\KV@@sp@def\@tempb{#2}%
\expandafter\expandafter\expandafter\PKV@process%
\expandafter\expandafter\expandafter{\expandafter\@tempa%
\expandafter}\expandafter{\@tempb}%
\fi%
}
\endinput
%%
%% End of file `processkv.sty'.