diff options
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 |