diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-03 00:04:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-03 00:04:31 +0000 |
commit | 38164db6bdc7213159b596311fb51c3c5fe73e6a (patch) | |
tree | 6cf8eef6e7718e2cd2bd11bfb06f2a88aa4dbfd2 /Master/texmf-dist/doc/latex/epspdfconversion/README | |
parent | 91cfe598882f05d7a55ccba410b65216191e60e4 (diff) |
epspdfconversion 0.61 (1jun10)
git-svn-id: svn://tug.org/texlive/trunk@18703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/epspdfconversion/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/epspdfconversion/README | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/README b/Master/texmf-dist/doc/latex/epspdfconversion/README index 8ad3f46af06..28f09af687b 100644 --- a/Master/texmf-dist/doc/latex/epspdfconversion/README +++ b/Master/texmf-dist/doc/latex/epspdfconversion/README @@ -1,9 +1,25 @@ -epspdfconversion.sty facilitates the use of the epspdf tools (on -CTAN in pub/tex/support) from within PDFLaTeX. EPS graphic -files are converted "on the fly". It is similar to and based -on the epstopdf package and allows to pass several options -such as grayscale, prepress, pdfversion etc. to the epspdf -conversion-command. - -This material is subject to the LaTeX Project Public License -in its most recent version.
\ No newline at end of file +epspdfconversion.sty facilitates the use of the epspdf tools (on CTAN in +pub/tex/support) from within PDFLaTeX. EPS graphic files are converted +"on the fly". It is similar to and based on the epstopdf package and +allows to pass several options such as grayscale, prepress, pdfversion +etc. to the epspdf conversion-command. Can also be used to trigger a +conversion of PDF- and PS-files. + +New in version 0.61: + +* new options pdftopdf and pstopdf. Uses epspdf to do pdf-to-pdf and + ps-to-pdf conversions. Allows grayscaling, calculation of bounding boxes + etc for pdf's that already exist an for .ps-files. Disabled by default. + +* bugfix for the outdir-option (converted files in subdirectories are + again saved in those subdirectories) (Thanks to Stefan Pofahl for the + feedback.) + +* small improvement of the documentation (on the windows + epspdf.bat file, on epstopdf's option 'outdir') + +* now uses epstopdf's \epstopdfDeclareGraphicsRule + + +This material is subject to the LaTeX Project Public License in its most +recent version.
\ No newline at end of file |