diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-07 22:49:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-07 22:49:20 +0000 |
commit | 108b7f7f5503540c8843a3cb9d4dced1d9732d9d (patch) | |
tree | fa5556a50088834a0239e2708426a2cbcb98e244 /Master/texmf-dist/tex/latex/attachfile | |
parent | ecc8f458a40a2fc27c41720cc11947e36b7d7380 (diff) |
attachfile 1.3a (15aug08)
git-svn-id: svn://tug.org/texlive/trunk@10445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/attachfile')
-rw-r--r-- | Master/texmf-dist/tex/latex/attachfile/attachfile.sty | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/attachfile/attachfile.sty b/Master/texmf-dist/tex/latex/attachfile/attachfile.sty index cdeee8d0b07..fafb439e2b0 100644 --- a/Master/texmf-dist/tex/latex/attachfile/attachfile.sty +++ b/Master/texmf-dist/tex/latex/attachfile/attachfile.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007 Scott Pakin <scott+af@pakin.org> +%% Copyright (C) 2008 Scott Pakin <scott+af@pakin.org> %% ------------------------------------------------------- %% %% This package may be distributed and/or modified under the @@ -23,12 +23,16 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{attachfile} - [2007/01/15 v1.3 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.} \fi + [2008/08/15 v1.3a 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.% + } +\fi \RequirePackage{keyval} \RequirePackage{calc} \RequirePackage{color} |