summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/epstopdf-pkg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-25 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2020-01-25 03:01:31 +0000
commit75672286990bb55c7b46277f845d14eafcf2ba61 (patch)
tree29456eb5880d5a2629b2ae329423c9ceaaaf6887 /macros/latex/contrib/epstopdf-pkg
parente1192611f0655a1ccaff0dff2f53c7c65fa5db07 (diff)
CTAN sync 202001250301
Diffstat (limited to 'macros/latex/contrib/epstopdf-pkg')
-rw-r--r--macros/latex/contrib/epstopdf-pkg/epstopdf.dtx38
-rw-r--r--macros/latex/contrib/epstopdf-pkg/epstopdf.pdfbin357389 -> 357805 bytes
2 files changed, 23 insertions, 15 deletions
diff --git a/macros/latex/contrib/epstopdf-pkg/epstopdf.dtx b/macros/latex/contrib/epstopdf-pkg/epstopdf.dtx
index 48a258ae07..00ef1a2037 100644
--- a/macros/latex/contrib/epstopdf-pkg/epstopdf.dtx
+++ b/macros/latex/contrib/epstopdf-pkg/epstopdf.dtx
@@ -1,12 +1,12 @@
% \iffalse meta-comment
%
% File: epstopdf.dtx
-% Version: 2019-12-09 v2.10
+% Version: 2020-01-24 v2.11
% Info: Conversion with epstopdf on the fly
%
% Copyright (C)
-% 2001, 2006-2010 Heiko Oberdiek
-% 2016-2019 Oberdiek Package Support Group
+% 2001-2010 Heiko Oberdiek
+% 2016-2020 Oberdiek Package Support Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -80,7 +80,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: epstopdf 2019-12-09 v2.10 Conversion with epstopdf on the fly (HO)}
+\Msg{* Package: epstopdf 2020-01-24 v2.11 Conversion with epstopdf on the fly (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -92,11 +92,11 @@
This is a generated file.
Project: epstopdf
-Version: 2019-12-09 v2.10
+Version: 2020-01-24 v2.11
Copyright (C)
- 2001, 2006-2010 Heiko Oberdiek
- 2016-2019 Oberdiek Package Support Group
+ 2001-2010 Heiko Oberdiek
+ 2016-2019 Oberdiek Package Support Group
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
@@ -118,7 +118,7 @@ https://github.com/ho-tex/epstopdf/issues
This work consists of the main source file epstopdf.dtx
and the derived files
epstopdf.sty, epstopdf.pdf, epstopdf.ins, epstopdf.drv,
- epstopdf-base.sty, epstopdf-test1.tex.
+ epstopdf-base.sty.
\endpreamble
\let\MetaPrefix\DoubleperCent
@@ -129,8 +129,6 @@ and the derived files
\usedir{tex/latex/epstopdf}%
\file{epstopdf.sty}{\from{epstopdf.dtx}{package}}%
\file{epstopdf-base.sty}{\from{epstopdf.dtx}{base}}%
-% \usedir{doc/latex/epstopdf/test}%
-% \file{epstopdf-test1.tex}{\from{epstopdf.dtx}{test1}}%
}
\catcode32=13\relax% active space
@@ -157,7 +155,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{epstopdf.drv}%
- [2019-12-09 v2.10 Conversion with epstopdf on the fly (HO)]%
+ [2020-01-24 v2.11 Conversion with epstopdf on the fly (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\begin{document}
@@ -170,7 +168,7 @@ and the derived files
% \GetFileInfo{epstopdf.drv}
%
% \title{The \xpackage{epstopdf} package}
-% \date{2019-12-09 v2.10}
+% \date{2020-01-24 v2.11}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at \url{https://github.com/ho-tex/epstopdf/issues}}}
%
@@ -572,7 +570,7 @@ and the derived files
\fi
\expandafter\x\csname ver@epstopdf.sty\endcsname
\ProvidesPackage{epstopdf}%
- [2019-12-09 v2.10 Conversion with epstopdf on the fly (HO)]%
+ [2020-01-24 v2.11 Conversion with epstopdf on the fly (HO)]%
% \end{macrocode}
% Larger catcode set because of configuration files needed.
% \begin{macrocode}
@@ -725,7 +723,7 @@ and the derived files
\fi
\expandafter\x\csname ver@epstopdf-base.sty\endcsname
\ProvidesPackage{epstopdf-base}%
- [2019-12-09 v2.10 Base part for package epstopdf]%
+ [2020-01-24 v2.11 Base part for package epstopdf]%
% \end{macrocode}
%
% \subsubsection{Catcodes}
@@ -1254,6 +1252,13 @@ and the derived files
\InputIfFileExists{epstopdf.cfg}{}{}
% \end{macrocode}
%
+% Use \texttt{epstpdf} if the cfg files have not set a default.
+% \begin{macrocode}
+\expandafter\ifx\csname epstopdf@sys@cmd\endcsname\relax
+ \def\epstopdf@sys@cmd{epstopdf}
+\fi
+% \end{macrocode}
+%
%
% \begin{macrocode}
\ETE@AtEnd%
@@ -1546,9 +1551,12 @@ and the derived files
% \begin{Version}{2019-11-30 v2.9}
% \item Read the \verb|epstopdf.cfg| file even in the base code is being used.
% \end{Version}
-% \begin{Version}{2019-12-09 v2.10}
+% \begin{Version}{2020-01-24 v2.11}
% \item use \verb|'| not \verb|"| for Lua strings, as the latter not made safe.
% \end{Version}
+% \begin{Version}{2020-01-24 v2.11}
+% \item Ensure that \verb|\epstopdf@sys@cmd| is defined even if no \texttt{cfg} file is found.
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/macros/latex/contrib/epstopdf-pkg/epstopdf.pdf b/macros/latex/contrib/epstopdf-pkg/epstopdf.pdf
index 5d214c2b8c..b56af41173 100644
--- a/macros/latex/contrib/epstopdf-pkg/epstopdf.pdf
+++ b/macros/latex/contrib/epstopdf-pkg/epstopdf.pdf
Binary files differ