summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty')
-rw-r--r--Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty21
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty b/Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty
index f6c069e9267..a25a16f2dd7 100644
--- a/Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty
+++ b/Master/texmf-dist/tex/latex/interfaces/interfaces-pgfkeys.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% interfaces : 2010/11/16 v2.2 - interfaces : interfaces with keys for other packages (FC)
+%% interfaces : 2010/11/21 v2.3 - interfaces : interfaces with keys for other packages (FC)
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -38,14 +38,13 @@
%% interfaces-umrand.sty,
%% interfaces-scrlfile.sty,
%% interfaces-pgfkeys.sty,
-%% interfaces-etoolbox.sty,
-%% interfaces-fancyvrb.sty
+%% interfaces-etoolbox.sty
%%
%% interfaces: interfaces with keys for other packages (FC)
%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr>
%%
\ProvidesPackage{interfaces-pgfkeys}
- [2010/11/16 v2.2 pgfkeys handlers definitions (FC)]
+ [2010/11/21 v2.3 pgfkeys handlers definitions (FC)]
\RequirePackage{interfaces-base}
\ifdefined\pgfkeys@ifexecutehandler % pgf version 2.1
\def\itf@pgfkeys{%
@@ -101,8 +100,9 @@
#3}%
\pgfkeyslet{#1}\pgfkeys@global@temp
}% \pgfkeysEaddvalue
-%% missed a pair of braces around the argument in pgfkeys.code.tex ( code could break if it contains = or , )
-\ifdefined\pgfkeys@ifexecutehandler\else % pgf v2.1 (bug corrected in v2.1)
+%% missed a pair of braces around the argument in pgfkeys.code.tex (pgf v2.0)
+%% ( the code could break if it contains = or , )
+\ifdefined\pgfkeys@ifexecutehandler\else % (bug corrected in pgf v2.1)
\def\itf@pgfkeys@exp@call#1{\pgfkeysalso{\pgfkeyscurrentpath={#1}}}%
\fi
%% The value is now checked by \itf@pgfkeys@default@blank@required:
@@ -161,7 +161,8 @@
\itf@pgfkeys
\pgfkeys{%
/handlers/.alias/.code=\itf@pgfkeys@ifaliasexists{#1}{%
- \pgfkeysedef\pgfkeyscurrentpath{\noexpand\pgfkeysalso{\pgfkeysdefaultpath#1={##1}}}},%
+ \pgfkeysedef\pgfkeyscurrentpath{%
+ \noexpand\pgfkeysalso{\pgfkeysdefaultpath#1={##1}}}},%
/handlers/.alias/.value required,%
/handlers/.blank/.code=\pgfkeyssetvalue{\pgfkeyscurrentpath/.@blank}{#1},%
/handlers/.blank/.default=\pgfkeysnovalue,%
@@ -612,7 +613,7 @@
\noexpand\@defaultunits\itf@sk ##1pt\relax\noexpand\@nnil
\fi
\noexpand\pgfkeysalso{\pgfkeyscurrentpath=%
- \csname#1\endcsname % should have been defined as a dimen (not expandable)
+ \csname#1\endcsname % has been defined as a dimen (not expandable)
\x
\if*\x \noexpand\itf@units@scale##1!
\else\itf@sk\fi}}%
@@ -624,8 +625,8 @@
\pgfkeys{%
/handlers/.is multiple choice/.code=%
\pgfkeys{\pgfkeyscurrentpath/.cd,%
- .unknown/.style={/errors/unknown choice value=\pgfkeyscurrentkey\pgfkeyscurrentvalue},%
- .code=\expandafter\pgfkeys\expandafter{\pgfkeyscurrentkey/.cd,####1}%
+ .unknown/.style={/errors/unknown choice value=\pgfkeyscurrentkey\pgfkeyscurrentvalue},%
+ .code=\expandafter\pgfkeys\expandafter{\pgfkeyscurrentkey/.cd,####1}%
},%
/handlers/.is multiple choice/.value forbidden,%
}% /.is multiple choice