diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-07 23:24:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-07 23:24:12 +0000 |
commit | 56b8c3b9f65e126b229e3d0d3a5598aef9a78b75 (patch) | |
tree | cdc512b1a8cf5d685783b1d096cc63dfbe958b16 /Master/texmf-dist/tex/latex | |
parent | 834a0c71ce461c3035094ba4f64d22ed51db9d14 (diff) |
xpackages (7may11)
git-svn-id: svn://tug.org/texlive/trunk@22347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty b/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty index 67d8c0757ae..55102e3c9cc 100644 --- a/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty +++ b/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty @@ -11,7 +11,7 @@ %% Released under the LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- -%% File: l3keys2e.dtx (C) Copyright 2009 LaTeX3 Project +%% File: l3keys2e.dtx (C) Copyright 2009,2011 LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -45,7 +45,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{l3names} -\GetIdInfo$Id: l3keys2e.dtx 2076 2010-10-13 19:09:59Z joseph $ +\GetIdInfo$Id: l3keys2e.dtx 2320 2011-05-06 16:56:27Z joseph $ {Parsing LaTeX3 keyvals as LaTeX2e package options} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -96,7 +96,7 @@ \cs_new_protected:Npn \keys_latexe_options_package:n #1 { \clist_map_inline:Nn \@classoptionslist { - \cs_if_exist:cTF + \cs_if_exist:cT { \c_keys_root_tl #1 / \keys_latexe_remove_equals:n {##1} .cmd:n |