summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/embedfile.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/embedfile.dtx47
1 files changed, 27 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx b/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx
index 43354a531d8..43b0ab2770d 100644
--- a/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/embedfile.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% File: embedfile.dtx
-% Version: 2016/05/15 v2.7
+% Version: 2018/11/01 v2.8
% Info: Embed files into PDF
%
% Copyright (C) 2006-2011 by
@@ -91,7 +91,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: embedfile 2016/05/15 v2.7 Embed files into PDF (HO)}
+\Msg{* Package: embedfile 2018/11/01 v2.8 Embed files into PDF (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -103,7 +103,7 @@
This is a generated file.
Project: embedfile
-Version: 2016/05/15 v2.7
+Version: 2018/11/01 v2.8
Copyright (C) 2006-2011 by
Heiko Oberdiek <heiko.oberdiek at googlemail.com>
@@ -146,15 +146,15 @@ and the derived files
\usedir{doc/latex/oberdiek}%
\file{embedfile-example-plain.tex}{\from{embedfile.dtx}{exampleplain}}%
\file{embedfile-example-collection.tex}{\from{embedfile.dtx}{examplecollection}}%
- \usedir{doc/latex/oberdiek/test}%
- \file{embedfile-test1.tex}{\from{embedfile.dtx}{test1}}%
- \file{embedfile-test2.tex}{\from{embedfile.dtx}{test2}}%
- \file{embedfile-test3.tex}{\from{embedfile.dtx}{test3}}%
- \file{embedfile-test4.tex}{\from{embedfile.dtx}{test4}}%
+% \usedir{doc/latex/oberdiek/test}%
+% \file{embedfile-test1.tex}{\from{embedfile.dtx}{test1}}%
+% \file{embedfile-test2.tex}{\from{embedfile.dtx}{test2}}%
+% \file{embedfile-test3.tex}{\from{embedfile.dtx}{test3}}%
+% \file{embedfile-test4.tex}{\from{embedfile.dtx}{test4}}%
\nopreamble
\nopostamble
- \usedir{source/latex/oberdiek/catalogue}%
- \file{embedfile.xml}{\from{embedfile.dtx}{catalogue}}%
+% \usedir{source/latex/oberdiek/catalogue}%
+% \file{embedfile.xml}{\from{embedfile.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -181,7 +181,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{embedfile.drv}%
- [2016/05/15 v2.7 Embed files into PDF (HO)]%
+ [2018/11/01 v2.8 Embed files into PDF (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\begin{document}
@@ -210,7 +210,7 @@ and the derived files
% \GetFileInfo{embedfile.drv}
%
% \title{The \xpackage{embedfile} package}
-% \date{2016/05/15 v2.7}
+% \date{2018/11/01 v2.8}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\
% \xemail{heiko.oberdiek at googlemail.com}}
@@ -570,7 +570,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}[2016/05/15]
+\usepackage{embedfile}[2018/11/01]
\embedfilesetup{
view=details,
initialfile=embedfile.pdf
@@ -638,8 +638,8 @@ You need Acrobat Reader 8 or higher.
%<*dtxattach>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{dtx-attach}
- [2016/05/15 v2.7 Embed \string\jobname.dtx (HO)]%
-\RequirePackage{embedfile}[2016/05/15]
+ [2018/11/01 v2.8 Embed \string\jobname.dtx (HO)]%
+\RequirePackage{embedfile}[2018/11/01]
\embedfile[%
stringmethod=escape,%
mimetype=plain/text,%
@@ -729,7 +729,7 @@ You need Acrobat Reader 8 or higher.
\fi
\expandafter\x\csname ver@embedfile.sty\endcsname
\ProvidesPackage{embedfile}%
- [2016/05/15 v2.7 Embed files into PDF (HO)]%
+ [2018/11/01 v2.8 Embed files into PDF (HO)]%
% \end{macrocode}
%
% \subsection{Catcodes}
@@ -809,7 +809,10 @@ You need Acrobat Reader 8 or higher.
% Luatex compat
% \begin{macrocode}
\ifx\pdfextension\@undefined\else
- \EmFi@RequirePackage{luatex85}[2016/01/01]
+ \protected\def\pdflastobj {\numexpr\pdffeedback lastobj\relax}
+ \protected\def\pdfnames {\pdfextension names }
+ \protected\def\pdfobj {\pdfextension obj }
+ \let\pdfoutput \outputmode
\fi
% \end{macrocode}
%
@@ -1817,7 +1820,7 @@ Test (plain-\TeX): {\tt embedfile.dtx} should be embedded.%
\NeedsTeXFormat{LaTeX2e}
\let\SavedJobname\jobname
\def\jobname{embedfile}
-\RequirePackage{dtx-attach}[2016/05/15]
+\RequirePackage{dtx-attach}[2018/11/01]
\let\jobname\SavedJobname
\documentclass{minimal}
\begin{document}
@@ -2067,7 +2070,7 @@ Test (plain-\TeX): {\tt embedfile.dtx} should be embedded.%
<authorref id='auth:oberdiek'/>
<copyright owner='Heiko Oberdiek' year='2006-2011'/>
<license type='lppl1.3'/>
- <version number='2.7'/>
+ <version number='2.8'/>
<description>
This package embeds files in a PDF document, using the PDF
format's embedding operation (note the contrast with the attach
@@ -2181,7 +2184,11 @@ Test (plain-\TeX): {\tt embedfile.dtx} should be embedded.%
% \end{Version}
% \begin{Version}{2016/05/15 v2.7}
% \item
-% luaTeX compatibility
+% LuaTeX compatibility
+% \end{Version}
+% \begin{Version}{2018/11/01 v2.8}
+% \item
+% Remove luatex85 package depenency.
% \end{Version}
% \end{History}
%