diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:33:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:33:12 +0000 |
commit | ddd662d03955b5c9ad157507e5ed8de0c55fdfe6 (patch) | |
tree | 5c81c1c602ee56910c30f1d5ae4897203ec4f9a3 /Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty | |
parent | 0fe0153ae1f041e1e5e21dc0079587f5dc9612c2 (diff) |
interfaces 3.0 (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21393 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty b/Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty index 0026ef1e0e2..d4b70cef8e3 100644 --- a/Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty +++ b/Master/texmf-dist/tex/latex/interfaces/interfaces-embedfile.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% interfaces : 2011/01/19 v2.9 - interfaces : interfaces with keys for other packages (FC) +%% interfaces : 2011/01/26 v3.0 - 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 @@ -43,10 +43,8 @@ %% interfaces: interfaces with keys for other packages (FC) %% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> %% -\let\CTANLinks=y -\let\interfacesquick=n \ProvidesPackage{interfaces-embedfile} - [2011/01/19 v2.9 easy macros to embed files into pdf (FC)] + [2011/02/12 v3.0 easy macros to embed files into pdf (FC)] \RequirePackage{interfaces-base} \itf@Check@Package{embedfile} \newrobustcmd*\embedthisfile{\@ifstar @@ -59,11 +57,11 @@ \embedthisfile@main \AfterPreamble{% \ltx@ifundefined{@listfiles} - {\let\@listfiles\@empty}% to avoid: \global\let\@filelist\relax in \document + {\let\@listfiles \@empty}% to avoid: \global\let\@filelist\relax in \document {}% }% \gpreto\@enddocumenthook{% - \let\do\itf@EmbedOne + \let\do \itf@EmbedOne \expandafter\docsvlist\expandafter{\@filelist}% }% }% \embedthisfile@all |