diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-15 00:32:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-15 00:32:21 +0000 |
commit | fee8324cf53439c08256284ee970f05c7d06b4c2 (patch) | |
tree | f892d979116386ec2a62f3beeb56537d5fad690d /Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty | |
parent | a6877ea4f03ab6951029eff1d68c98fada725ebc (diff) |
interfaces (14nov10)
git-svn-id: svn://tug.org/texlive/trunk@20439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty b/Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty index 1bf260db93c..6cec734b0e9 100644 --- a/Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty +++ b/Master/texmf-dist/tex/latex/interfaces/interfaces-fancyhdr.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% interfaces : 2010/10/31 v2.0 - interfaces : interfaces with keys for other packages (FC) +%% interfaces : 2010/11/15 v2.1 - 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 @@ -45,7 +45,7 @@ %% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> %% \ProvidesPackage{interfaces-fancyhdr} - [2010/10/27 v1.2 pgfkeys macros for fancyhdr (FC)] + [2010/11/15 v2.1 pgfkeys macros for fancyhdr (FC)] \RequirePackage{interfaces-base} \itf@Check@Package{fancyhdr} \itf@pgfkeys @@ -88,10 +88,12 @@ }% \itf@undefinedpagestyle \pgfkeys{% /handlers/.fancy@hf/.code=% + \edef\itf@tp{\pgfkeyscurrentpath}% \pgfkeysalso{\pgfkeyscurrentpath/.store as code=}% - \csedef{f@ncy#1}{% - \noexpand\pgfkeysvalueof{\pgfkeyscurrentpath/font} - \noexpand\pgfkeysvalueof{\pgfkeyscurrentpath}\strut},% + \pgfkeysalso{\pgfkeyscurrentpath/.append code/.expanded=% + \csdef{f@ncy#1}{% + \noexpand\pgfkeysvalueof{\itf@tp/font} + \noexpand\pgfkeysvalueof{\itf@tp}\noexpand\strut}},% }% handler for fancyhdr interface \pgfqkeys{/itf/fancyhdr}{% keys for \pagesetup code/.code={#1},% execution at expansion of \ps@... => \pgfqkeys{...,code={...},...} |