diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/xkeyval/xkvview.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/xkeyval/xkvview.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty index ec2d24e9a6b..6051e36e00d 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvview') %% %% --------------------------------------- -%% Copyright (C) 2004-2006 Hendri Adriaens +%% Copyright (C) 2004-2008 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the @@ -35,7 +35,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{xkvview}% - [2005/07/10 v1.4a viewer utility for xkeyval (HA)] + [2008/08/10 v1.5 viewer utility for xkeyval (HA)] \RequirePackage{xkeyval} \RequirePackage{longtable} \DeclareOptionX*{% @@ -57,8 +57,8 @@ \def\XKVV@tabulate#1#2#3{% \def\XKV@tempa{#3}% \@onelevel@sanitize\XKV@tempa - \XKV@addtolist@x\XKVV@db{#1=\expandafter - \XKVV@t@bulate\XKV@prefix=\XKV@tfam=#2=\XKV@tempa}% + \XKV@addtolist@x\XKVV@db{#1=\ifx\XKV@prefix\@empty\else\expandafter + \XKVV@t@bulate\XKV@prefix\fi=\XKV@tfam=#2=\XKV@tempa}% } \def\XKVV@t@bulate#1@{#1} \def\XKV@define@key#1{% |