diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/epspdf.texi')
-rw-r--r-- | Master/texmf-dist/doc/support/epspdf/epspdf.texi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/epspdf.texi b/Master/texmf-dist/doc/support/epspdf/epspdf.texi index ae7a8265d3e..456544837ed 100644 --- a/Master/texmf-dist/doc/support/epspdf/epspdf.texi +++ b/Master/texmf-dist/doc/support/epspdf/epspdf.texi @@ -29,7 +29,7 @@ @hyphenation{epspdf-tk epspdf} @end iftex -@set version 0.6.1 +@set version 0.6.2 @set homepage http://tex.aanhet.net/epspdf/ @setchapternewpage off @@ -38,7 +38,7 @@ @copying This manual is for epspdf, version @value{version}. -Copyright @copyright{} 2006, 2008, 2009, 2010, 2011, 2013, 2014 Siep Kroonenberg. +Copyright @copyright{} 2006, 2008, 2009, 2010, 2011, 2013, 2014, 2015 Siep Kroonenberg. @quotation Copying and distribution of this file, with or without modification, @@ -287,8 +287,8 @@ epspdf [@var{options}] @var{infile} [@var{outfile}] Typing @kbd{epspdf --help} gives you the following summary: @example $ epspdf --help -Epspdf version 0.6.1 -Copyright (c) 2006, 2008, 2009, 2010, 2011, 2013, 2014 Siep Kroonenberg +Epspdf version 0.6.2 +Copyright (c) 2006, 2008, 2009, 2010, 2011, 2013, 2014, 2015 Siep Kroonenberg Convert between [e]ps and pdf formats Usage: epspdf[.tlu] [options] infile [outfile] @@ -490,10 +490,10 @@ Widen the window, to make the output format radio buttons visible. @node Ghostscript stackunderflow error, Part of the graphic gets cut off, No options for output format visible, Troubleshooting @section Ghostscript stackunderflow error -Due to an error in Ghostscript color handling when converting to pdf, -selecting ``printer'' as target may lead to an error @code{stackunderflow -in .setdistillerparams}. Use the ``default'' or ``prepress'' target -instead. +Some Ghostscript versions, @emph{e.g.} 9.10, have an error in color +handling when converting to pdf: selecting ``printer'' as target may +lead to an error @code{stackunderflow in .setdistillerparams}. If you +run into this, use the ``default'' or ``prepress'' target instead. @node Part of the graphic gets cut off, Fonts look ugly, Ghostscript stackunderflow error, Troubleshooting @section Part of the graphic gets cut off @@ -508,7 +508,7 @@ Speed. If Ghostscript has to do the conversion from pdf to ps then text may not remain text, but may be replaced by bitmaps. Newer Ghostscript versions tend to do better in this respect than older ones, but as to preserving -fonts, the pdftops utility still handles more cases. It is part of the +fonts, the pdftops utility may still handle more cases. It is part of the xpdf suite and of the Poppler utilities. @node The page has been converted to a bitmap, Temporary files are not removed, Fonts look ugly, Troubleshooting @@ -544,8 +544,8 @@ OS X this is in a subdirectory .epspdf of your home directory; for Windows it is in a subdirectory epspdf of @file{%APPDATA%}. This APPDATA directory may be @file{c:\Documents and Settings\@var{your user name}\Application Data} or @file{c:\Users\@var{your user -name}\AppData\Roaming}. Otherwise, open a command prompt and type -@kbd{echo %APPDATA%} to display this information. +name}\AppData\Roaming}. Type +@kbd{echo %APPDATA%} to find out which. The logfile lists all epspdf calls and all Ghostscript- and pdftops calls plus error information. @@ -588,8 +588,8 @@ I no longer own a Mac, and therefore no longer try to provide an AppleScript wrapper. The current version has no provisions for custom Ghostscript- or pdftops -parameters. I may of may not re-add those in a future update. The -corresponding command-line options are accepted but have no effect. +parameters. The corresponding command-line options are accepted but have +no effect. @node Version 0.5, Version 0.4, Version 0.6, Change history @section Version 0.5 |