summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/epspdfconversion
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-26 22:14:19 +0000
committerKarl Berry <karl@freefriends.org>2007-11-26 22:14:19 +0000
commitcf433ce2bcd3325fea59dec797a32cd5832a2bdf (patch)
tree38f769ef713a220fb2611d57db6cc87532241954 /Master/texmf-dist/tex/latex/epspdfconversion
parent72000ef18ca34f387b9b1d6ed595e72dc6516bb4 (diff)
epspdfconversion update (25nov07)
git-svn-id: svn://tug.org/texlive/trunk@5615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/epspdfconversion')
-rw-r--r--Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty22
1 files changed, 17 insertions, 5 deletions
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