diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-27 18:14:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-27 18:14:13 +0000 |
commit | a70e98f4e61f28410c59870c7a99c5741365bdce (patch) | |
tree | c0b654f5c1c7fc2e96f4cbaa0f327ce48f0a8ecc /Master/texmf-dist/tex/latex/psnfss/helvet.sty | |
parent | 617dae2d7d395ded39239d68c56768ed4342aa20 (diff) |
latex required package psnfss update from latex-tds, minus tfm/vf (27aug06)
git-svn-id: svn://tug.org/texlive/trunk@2040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/psnfss/helvet.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/psnfss/helvet.sty | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/psnfss/helvet.sty b/Master/texmf-dist/tex/latex/psnfss/helvet.sty index dd73b8c45d9..81ab6c623cf 100644 --- a/Master/texmf-dist/tex/latex/psnfss/helvet.sty +++ b/Master/texmf-dist/tex/latex/psnfss/helvet.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesPackage{helvet}% -[2004/09/15 PSNFSS-v9.2 +[2005/04/12 PSNFSS-v9.2a (WaS) ] \RequirePackage{keyval} @@ -30,15 +30,17 @@ \def\ProcessOptionsWithKV#1{% \let\@tempc\relax \let\Hv@tempa\@empty - \@for\CurrentOption:=\@classoptionslist\do{% - \@ifundefined{KV@#1@\CurrentOption}% - {}% - {% - \edef\Hv@tempa{\Hv@tempa,\CurrentOption,}% - \@expandtwoargs\@removeelement\CurrentOption - \@unusedoptionlist\@unusedoptionlist + \ifx\@classoptionslist\relax\else + \@for\CurrentOption:=\@classoptionslist\do{% + \@ifundefined{KV@#1@\CurrentOption}% + {}% + {% + \edef\Hv@tempa{\Hv@tempa,\CurrentOption,}% + \@expandtwoargs\@removeelement\CurrentOption + \@unusedoptionlist\@unusedoptionlist + }% }% - }% + \fi \edef\Hv@tempa{% \noexpand\setkeys{#1}{% \Hv@tempa\@ptionlist{\@currname.\@currext}% |