diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-02 22:14:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-02 22:14:20 +0000 |
commit | 02c2f6728f93ebf72e1a66357cb7ff82e6a75a9b (patch) | |
tree | d77c9dc7867f2871cc88194b6411d3cd14aee227 /Master/texmf-dist/tex/latex | |
parent | 6113d079281880a8e577e7d3b916e51b36ce602c (diff) |
attachfile (2oct15)
git-svn-id: svn://tug.org/texlive/trunk@38528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/attachfile/attachfile.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/attachfile/attachfile.sty b/Master/texmf-dist/tex/latex/attachfile/attachfile.sty index b0bc8838fb2..13f65a9bd97 100644 --- a/Master/texmf-dist/tex/latex/attachfile/attachfile.sty +++ b/Master/texmf-dist/tex/latex/attachfile/attachfile.sty @@ -23,14 +23,15 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{attachfile} - [2015/04/04 v1.6 PDF 1.3+ file attachment] + [2015/09/30 v1.7 PDF 1.3+ file attachment] \RequirePackage{ifpdf} \ifpdf \else \PackageWarningNoLine{attachfile}{% - attachfile works _only_ with pdfLaTeX and _only_ in\MessageBreak - PDF-generating mode. For this run, placeholders will\MessageBreak - be substituted for all attachfile commands.% + attachfile works _only_ with pdfLaTeX and LuaLaTeX\MessageBreak + and _only_ in PDF-generating mode. For this run,\MessageBreak + placeholders will be substituted for all\MessageBreak + attachfile commands% } \fi \RequirePackage{keyval} @@ -119,6 +120,7 @@ \edef#1{\atfi@temp@string}% } \newcounter{atfi@tmp} +\renewcommand*{\theatfi@tmp}{\the\value{atfi@tmp}} \DeclareRobustCommand{\atfi@embedfile}[1]{% \expandafter\ifx\csname atfi@embed@file@#1\endcsname\relax \immediate\pdfobj stream attr { |