summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/attachfile2.sty14
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}%
}%