diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/embedfile.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/embedfile.dtx | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx b/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx index 51ce9278cd3..2d2a917a16b 100644 --- a/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx @@ -22,7 +22,7 @@ % % This work consists of the main source file embedfile.dtx % and the derived files -% embedfile.sty, embedfile.pdf, embedfile.ins, embedfile.drv, \usedir, +% embedfile.sty, embedfile.pdf, embedfile.ins, embedfile.drv, % dtx-attach.sty, embedfile-example-plain.tex, % embedfile-example-collection.tex, embedfile-test1.tex, % embedfile-test2.tex, embedfile-test3.tex, @@ -85,7 +85,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: embedfile 2010/03/01 v2.5 embed files into PDF (HO)} +\Msg{* Package: embedfile 2011/04/13 v2.6 embed files into PDF (HO)} \Msg{************************************************************************} \keepsilent @@ -118,7 +118,7 @@ because some files are installed in TDS:tex/generic//. This work consists of the main source file embedfile.dtx and the derived files - embedfile.sty, embedfile.pdf, embedfile.ins, embedfile.drv, \usedir, + embedfile.sty, embedfile.pdf, embedfile.ins, embedfile.drv, dtx-attach.sty, embedfile-example-plain.tex, embedfile-example-collection.tex, embedfile-test1.tex, embedfile-test2.tex, embedfile-test3.tex, @@ -153,10 +153,6 @@ and the derived files \Msg{*} \Msg{* embedfile.sty, dtx-attach.sty} \Msg{*} -\Msg{* And install the following script file:} -\Msg{*} -\Msg{* } -\Msg{*} \Msg{* To produce the documentation run the file `embedfile.drv'} \Msg{* through LaTeX.} \Msg{*} @@ -172,9 +168,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{embedfile.drv}% - [2010/03/01 v2.5 embed files into PDF (HO)]% + [2011/04/13 v2.6 embed files into PDF (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2008/08/11] +\usepackage{holtxdoc}[2011/02/04] \begin{document} \DocInput{embedfile.dtx}% \end{document} @@ -202,7 +198,7 @@ and the derived files % \GetFileInfo{embedfile.drv} % % \title{The \xpackage{embedfile} package} -% \date{2010/03/01 v2.5} +% \date{2011/04/13 v2.6} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -361,10 +357,14 @@ and the derived files % \dots & \dots & \dots & \dots\\ % \end{tabular} % \end{quote} +% Acrobat Reader 10 shows the embeded files in the left panel +% and adds a new column for the compressed size. +% % If the files form a collection, then they are displayed % in a table left or top (depending on option \xoption{view}, % see \cs{embedfilesetup}). % +% % Collection support is enabled automatically, if % it is used. % @@ -556,7 +556,7 @@ This example document contains three embedded files. \usepackage[bookmarks=false]{hyperref} % provides \pdfstringdef that is then used by `title' and % other keys. -\usepackage{embedfile}[2010/03/01] +\usepackage{embedfile}[2011/04/13] \embedfilesetup{ view=details, initialfile=embedfile.pdf @@ -624,8 +624,8 @@ You need Acrobat Reader 8 or higher. %<*dtxattach> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{dtx-attach} - [2010/03/01 v2.5 Embed \string\jobname.dtx (HO)]% -\RequirePackage{embedfile}[2010/03/01] + [2011/04/13 v2.6 Embed \string\jobname.dtx (HO)]% +\RequirePackage{embedfile}[2011/04/13] \embedfile[% stringmethod=escape,% mimetype=plain/text,% @@ -715,7 +715,7 @@ You need Acrobat Reader 8 or higher. \fi \expandafter\x\csname ver@embedfile.sty\endcsname \ProvidesPackage{embedfile}% - [2010/03/01 v2.5 embed files into PDF (HO)]% + [2011/04/13 v2.6 embed files into PDF (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -1796,7 +1796,7 @@ Test (plain-\TeX): {\tt embedfile.dtx} should be embedded.% \NeedsTeXFormat{LaTeX2e} \let\SavedJobname\jobname \def\jobname{embedfile} -\RequirePackage{dtx-attach}[2010/03/01] +\RequirePackage{dtx-attach}[2011/04/13] \let\jobname\SavedJobname \documentclass{minimal} \begin{document} @@ -2108,6 +2108,10 @@ Test (plain-\TeX): {\tt embedfile.dtx} should be embedded.% % TDS location moved from TDS:tex/latex/oberdiek/embedfile.sty to % TDS:tex/generic/oberdiek/embedfile.sty. % \end{Version} +% \begin{Version}{2011/04/13 v2.6} +% \item +% Docu fixes (thanks Hans-Martin M\"unch). +% \end{Version} % \end{History} % % \PrintIndex |