From 5d418e5d01cadb145d62f7e48545d38bbf91d064 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Mar 2011 23:10:03 +0000 Subject: attachfile (28mar11) git-svn-id: svn://tug.org/texlive/trunk@21866 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/attachfile/README | 2 +- .../texmf-dist/doc/latex/attachfile/attachfile.pdf | Bin 248732 -> 375445 bytes .../source/latex/attachfile/attachfile.dtx | 12 +++++++++--- .../source/latex/attachfile/attachfile.ins | 4 ++-- .../texmf-dist/tex/latex/attachfile/attachfile.sty | 5 +++-- 5 files changed, 15 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/attachfile/README b/Master/texmf-dist/doc/latex/attachfile/README index 4ca81b1effc..7ccc0274db3 100644 --- a/Master/texmf-dist/doc/latex/attachfile/README +++ b/Master/texmf-dist/doc/latex/attachfile/README @@ -21,7 +21,7 @@ appearance in the enclosing document. Copyright and license --------------------- -Copyright (C) 2010 Scott Pakin +Copyright (C) 2011 Scott Pakin This package may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this diff --git a/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf b/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf index e45ffb666f5..e043e1c3845 100644 Binary files a/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf and b/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf differ diff --git a/Master/texmf-dist/source/latex/attachfile/attachfile.dtx b/Master/texmf-dist/source/latex/attachfile/attachfile.dtx index 51870e52b79..1a0b5edb1da 100644 --- a/Master/texmf-dist/source/latex/attachfile/attachfile.dtx +++ b/Master/texmf-dist/source/latex/attachfile/attachfile.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2010 by Scott Pakin +% Copyright (C) 2011 by Scott Pakin % ------------------------------------------------------- % % This file may be distributed and/or modified under the conditions of @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{attachfile} %<*package> - [2010/09/14 v1.5a PDF 1.3+ file attachment] + [2011/03/27 v1.5b PDF 1.3+ file attachment] % % %<*driver> @@ -84,7 +84,7 @@ %<*package> % \fi % -% \CheckSum{489} +% \CheckSum{493} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -1734,12 +1734,18 @@ % does all the work. We define two groups: one for keeping the % attachment options local and one for temporarily altering category % codes. +% \changes{v1.5b}{2011/03/27}{Reset ``\texttt{\char`\\}'' +% to category code~0 to enable the use of +% \texttt{\string\string\string\jobname} in the name of the file +% attachment for compatibility with \texttt{\string\string\string\attachfile} +% (reported by Uwe Bieling)} % \begin{macrocode} \DeclareRobustCommand{\textattachfile}[1][]{% \begingroup \begingroup \let\do\@makeother \dospecials + \catcode`\\=0\relax \catcode`\{=1\relax \catcode`\}=2\relax \atfi@textattachfile{#1}% diff --git a/Master/texmf-dist/source/latex/attachfile/attachfile.ins b/Master/texmf-dist/source/latex/attachfile/attachfile.ins index ecdac280fbe..f314afd80dc 100644 --- a/Master/texmf-dist/source/latex/attachfile/attachfile.ins +++ b/Master/texmf-dist/source/latex/attachfile/attachfile.ins @@ -3,7 +3,7 @@ %% driver files from the doc files in this package when run through %% LaTeX or TeX. %% -%% Copyright (C) 2010 Scott Pakin +%% Copyright (C) 2011 Scott Pakin %% ------------------------------------------------------- %% %% This package may be distributed and/or modified under the @@ -28,7 +28,7 @@ This is a generated file. -Copyright (C) 2010 Scott Pakin +Copyright (C) 2011 Scott Pakin ------------------------------------------------------- This package may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/attachfile/attachfile.sty b/Master/texmf-dist/tex/latex/attachfile/attachfile.sty index d60499363f5..ca566c0e1fe 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) 2010 Scott Pakin +%% Copyright (C) 2011 Scott Pakin %% ------------------------------------------------------- %% %% This package may be distributed and/or modified under the @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{attachfile} - [2010/09/14 v1.5a PDF 1.3+ file attachment] + [2011/03/27 v1.5b PDF 1.3+ file attachment] \RequirePackage{ifpdf} \ifpdf \else @@ -343,6 +343,7 @@ \begingroup \let\do\@makeother \dospecials + \catcode`\\=0\relax \catcode`\{=1\relax \catcode`\}=2\relax \atfi@textattachfile{#1}% -- cgit v1.2.3