From cf433ce2bcd3325fea59dec797a32cd5832a2bdf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Nov 2007 22:14:19 +0000 Subject: epspdfconversion update (25nov07) git-svn-id: svn://tug.org/texlive/trunk@5615 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/epspdfconversion/epspdfconversion.sty | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/epspdfconversion') diff --git a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty index 2f0f8878172..020d5d92448 100644 --- a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty +++ b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty @@ -3,17 +3,19 @@ %% %% %% It is based on epstopdf.sty by Heiko Oberdiek and an attempt to use Siep -%% Kroonenberg tools Epspdf (http://tex.aanhet.net/epspdf/) +%% Kroonenberg's Epspdf-tools (http://tex.aanhet.net/epspdf/) %% "on the fly" in LaTeX %% %% Please send suggestions to daniel.becker@uni-rostock.de %% version history: %% %% ToDo: -%% +%% 0.4: the epstopdf-package is now loaded with options [update,prepend] +%% (works only when epstopdf version 1.5 is used) An update of epstopd.sty +%% (part of the oberdiek-bundle) is recommended. Added options nogrey,nogray %% 0.3: Heiko Oberdiek substantially improved the code. %% The kvoptions-package is now used for the implemention of options. -%% See the documentation %% for effects and additional features. +%% See the documentation for effects and additional features. %% 0.2: the package is now simply based on epstopdf. This package essentially %% defines \@namedef{Gin@rule@.eps}#1{{pdf}{.pdf}{`\conversioncommand #1}} %% differently than epstopdf. The code has been cleaned up. Improvements of @@ -25,11 +27,15 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{epspdfconversion}% - [2007/10/02 v0.3 Conversion eps->pdf with epspdf-tools on the fly] + [2007/11/24 v0.4 Conversion eps->pdf with epspdf-tools on the fly] -%% this loads the epstopdf and the kvoptions packages. +%% this loads the epstopdf and the kvoptions packages. +%% If version 1.5 of the epstopdf-package is installed, it is loaded with options \RequirePackage{epstopdf} +\@ifpackagelater{epstopdf}{2007/10/02}{%version 1.5 + \epstopdfsetup{update,prepend}% +}{} \RequirePackage{kvoptions}[2006/08/22] @@ -55,6 +61,12 @@ \DeclareVoidOption{GREY}{% \def\EPC@optgray{--GREY }% } +\DeclareVoidOption{nogrey}{% + \def\EPC@optgray{ }% +} +\DeclareVoidOption{nogray}{% + \def\EPC@optgray{ }% +} % Target % \EPC@target stores the target only -- cgit v1.2.3