diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-11 23:02:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-11 23:02:14 +0000 |
commit | 6858df01ea6ebb32f4be0f68e4b2e03d8713f38f (patch) | |
tree | d0466192a4c6ae7f99e95d2e6e9b613ebcb73d3d /Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty | |
parent | 59314283a9039be6cceb0bbee8600837477c9058 (diff) |
oberdiek: accsupp, atenddvi, hycolor, iflang (11apr07)
git-svn-id: svn://tug.org/texlive/trunk@4149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty b/Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty index b70634e2ab3..c4c6c23f731 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty @@ -29,7 +29,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{attachfile2}% - [2006/08/16 v2.2 attach files into PDF (HO)] + [2007/04/11 v2.3 attach files into PDF (HO)]% \RequirePackage{ifpdf} \RequirePackage{keyval} \RequirePackage{color} @@ -161,7 +161,7 @@ \setkeys{AtFi}{color=1 0.9255 0.7765} \def\atfi@pad@ii#1{% - \ifnum#1>9 + \ifnum#1>9 % \number#1% \else 0\number#1% @@ -295,16 +295,16 @@ \ifatfi@draft \def\atfi@dummy@pushpin{% \raisebox{-1.25bp}{\parbox[b][14bp]{24bp}{}}% - } + }% \DeclareRobustCommand{\textattachfile}[3][]{% \notextattachfile[#1]{#3}% - } + }% \DeclareRobustCommand{\noattachfile}[1][]{% \notextattachfile[#1]{\atfi@dummy@pushpin}% - } + }% \DeclareRobustCommand{\attachfile}[2][]{% \noattachfile[#1]% - } + }% \expandafter\endinput \fi @@ -589,7 +589,7 @@ \let\atfi@writefile\@gobble \else \newwrite\atfi@stream - \immediate\openout\atfi@stream=\jobname.atfi + \immediate\openout\atfi@stream=\jobname.atfi\relax \immediate\write\atfi@stream{% \string\attachfile@timezone{\atfi@timezone}% }% |