diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-26 23:25:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-26 23:25:27 +0000 |
commit | ddfd914103ff31aa6cac69f4fb135ac4e35ca54a (patch) | |
tree | acfd06f6f30f039788b0a27ab73c7ac209646a87 /Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx | |
parent | be069a8171e0e5028a8893ee64753dd07b4f1180 (diff) |
oberdiek update (26sep09)
git-svn-id: svn://tug.org/texlive/trunk@15474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx b/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx index bfbf9e757f6..42dd3cb9e9c 100644 --- a/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx @@ -70,7 +70,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: epstopdf 2009/07/16 v2.2 Conversion with epstopdf on the fly (HO)} +\Msg{* Package: epstopdf 2009/09/24 v2.3 Conversion with epstopdf on the fly (HO)} \Msg{************************************************************************} \keepsilent @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{epstopdf.drv}% - [2009/07/16 v2.2 Conversion with epstopdf on the fly (HO)]% + [2009/09/24 v2.3 Conversion with epstopdf on the fly (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -150,7 +150,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{909} +% \CheckSum{910} % % \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 @@ -171,7 +171,7 @@ and the derived files % \GetFileInfo{epstopdf.drv} % % \title{The \xpackage{epstopdf} package} -% \date{2009/07/16 v2.2} +% \date{2009/09/24 v2.3} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -563,7 +563,7 @@ and the derived files \fi \expandafter\x\csname ver@epstopdf.sty\endcsname \ProvidesPackage{epstopdf}% - [2009/07/16 v2.2 Conversion with epstopdf on the fly (HO)] + [2009/09/24 v2.3 Conversion with epstopdf on the fly (HO)] % \end{macrocode} % \begin{macrocode} \begingroup @@ -596,7 +596,7 @@ and the derived files % % \begin{macrocode} \let\ETE@SavedAtEnd\ETE@AtEnd -\RequirePackage{epstopdf-base}[2009/07/16] +\RequirePackage{epstopdf-base}[2009/09/24] \let\ETE@AtEnd\ETE@SavedAtEnd % \end{macrocode} % @@ -689,7 +689,7 @@ and the derived files \fi \expandafter\x\csname ver@epstopdf-base.sty\endcsname \ProvidesPackage{epstopdf-base}% - [2009/07/16 v2.2 Base part for package epstopdf] + [2009/09/24 v2.3 Base part for package epstopdf] % \end{macrocode} % % \subsubsection{Catcodes} @@ -1035,7 +1035,9 @@ and the derived files \fi \ifx\ETE@suffix\@empty \else - \edef\noexpand\Gin@base{\Gin@base\ETE@suffix}% + \edef\noexpand\Gin@base{% + \noexpand\Gin@base\ETE@suffix + }% \fi \noexpand\ETE@OrgGin@setfile{% \GraphicsType @@ -1497,6 +1499,11 @@ and the derived files % \item % Documentation extended for package options. % \end{Version} +% \begin{Version}{2009/09/24 v2.3} +% \item +% Bug fix for the case that both option \xoption{suffix} and +% \xoption{outdir} are used. +% \end{Version} % \end{History} % % \PrintIndex |