diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-29 23:56:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-29 23:56:27 +0000 |
commit | 8f6599a9f86ce52e246d5595a68700551208ee9c (patch) | |
tree | 28d8fdbee2c551d4279a74b3e079e160c6ae7588 /Master/texmf-dist/tex/latex/epspdfconversion | |
parent | 694aabbdf7b498f3aaac0e60d82ad8899a76d6db (diff) |
epspdfconversion 0.6 (29apr10)
git-svn-id: svn://tug.org/texlive/trunk@18048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/epspdfconversion')
-rw-r--r-- | Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty index a22cabc373a..85fa9c1bc00 100644 --- a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty +++ b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty @@ -2,20 +2,17 @@ %% This is file `epspdfconversion.sty', %% %% -%% It is based on epstopdf.sty by Heiko Oberdiek and an attempt to use Siep +%% It is based on epstopdf.sty by Heiko Oberdiek and is a tool to use Siep %% Kroonenberg's Epspdf-tools (http://tex.aanhet.net/epspdf/) %% "on the fly" in LaTeX %% -%% Please send suggestions to daniel.becker@uni-rostock.de +%% Please send suggestions to d.becker@jpberlin.de %% -%% ToDo's: add support for ps->pdf, pdf->pdf -%% add support for tif and others in pdflatex via convert -%% add support for pdf-inclusion in latex (not pdf-latex) -%% add support for more file-types (tif, jpeg,...) in -%% latex (not pdf-latex) %% %% version history: -%% +%% 0.6 * pdfversion now uses epspdf's --pdfversion. --version in epspdf is to print the +%% version number of epspdf (currently, epspdf is at 0.5) +%% * new author email %% 0.5 this update makes use of changes in the epstopdf-package v2.2 %% * new options %% update,verbose,prefersuffix,suffix,outdir @@ -24,7 +21,6 @@ %% * default is that converted files have a suffix %% * info in logfile about the setup that is used for epstopdf %% * new options hires, no-hires -%% * %% 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 @@ -43,7 +39,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{epspdfconversion}% - [2009/09/01 v0.5 Conversion eps->pdf with epspdf-tools on the fly] + [2010/04/30 v0.6 Conversion eps->pdf with epspdf-tools on the fly] %% this loads the graphics, epstopdf and the kvoptions packages. @@ -109,7 +105,7 @@ % Version % \EPC@pdfversion stores the version only -% pdfversion=1.2 ==> --version=1.2 +% pdfversion=1.2 ==> --pdfversion=1.2 % the warning with pdfminorversion does not work? \define@key{EPC}{pdfversion}[default]{% @@ -211,7 +207,7 @@ \EPC@addopt{target}% \ifx\EPC@pdfversion\@empty \else - --version=\EPC@pdfversion\space + --pdfversion=\EPC@pdfversion\space \fi \EPC@addopt{custom}% \EPC@addopt{psoptions}% @@ -224,10 +220,6 @@ #1% } - - - - %% message in the log-file: \def\EPC@printlog{ \PackageInfo{epspdfconversion}{\MessageBreak% \epspdfconversioncmdline{<file>} is used to convert eps->pdf \MessageBreak(not epstopdf (script))\MessageBreak @@ -243,8 +235,6 @@ } %%%%% epstopdf-options ..... - - % update, default is true, can be set as update=false \DeclareBoolOption[true]{update} % verbose, default is true, can be set as verbose=false @@ -316,14 +306,10 @@ % another message... -\typeout{epspdf is used like this:} +\typeout{epspdf is used with the following command:} \typeout{\space\space\space\space \epspdfconversioncmdline{<file>} } - - - - % end of message about epstopdf-setup \typeout{} |