summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/epspdf/epspdf.texi
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2016-05-06 12:21:28 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2016-05-06 12:21:28 +0000
commit46b1c1b4d581fcb533618024c84361a3f1847daa (patch)
tree711a5a80b710d3d21c0d669b351d066757f3495d /Master/texmf-dist/doc/support/epspdf/epspdf.texi
parent34f25ba917e3cbf44054fa84bbd0ab97b1ffc843 (diff)
epspdf 0.6.3 compatibility fixes for luatex 0.95
git-svn-id: svn://tug.org/texlive/trunk@40917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/epspdf.texi')
-rw-r--r--Master/texmf-dist/doc/support/epspdf/epspdf.texi30
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/epspdf.texi b/Master/texmf-dist/doc/support/epspdf/epspdf.texi
index 456544837ed..debfd8f39cd 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.2
+@set version 0.6.3
@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, 2015 Siep Kroonenberg.
+Copyright @copyright{} 2006, 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016 Siep Kroonenberg.
@quotation
Copying and distribution of this file, with or without modification,
@@ -67,7 +67,7 @@ without any warranty.
@ifnottex
@node Top, Usage, (dir), (dir)
-@top Epspdf and epsdftk
+@top Epspdf and epspdftk
@insertcopying
@end ifnottex
@@ -254,8 +254,8 @@ converted to drawn shapes or little bitmaps, so use pdftops if
available. With newer Ghostscript versions, with an eps2write rather
than an epswrite output device, Ghostscript does a much better job.
-Under MikTeX, this is also the place to point the program to
-the location of pdftops.exe.
+Under an older MikTeX without bundled pdftops, this is also the place to
+point the program to the location of pdftops.exe.
@node Command-line usage, Notes on PostScript and pdf, Usage, Top
@chapter Command-line usage
@@ -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.2
-Copyright (c) 2006, 2008, 2009, 2010, 2011, 2013, 2014, 2015 Siep Kroonenberg
+Epspdf version 0.6.3
+Copyright (c) 2006, 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016 Siep Kroonenberg
Convert between [e]ps and pdf formats
Usage: epspdf[.tlu] [options] infile [outfile]
@@ -452,8 +452,9 @@ excellent alternative to epspdf.
@node Windows, , Mac OS X, Bitmapped graphics for @LaTeX{} and pdflatex
@section Windows
-Windows is not a particularly friendly environment for PostScript or
-pdf. A couple of command-line utilities try to fill the gap, @emph{e.g.}
+I know of no built-in facility for converting bitmaps to eps or
+pdf. However, many image editors can convert to eps or pdf. A couple of
+command-line utilities:
@example
sam2p image.png image.eps
@end example
@@ -542,10 +543,13 @@ have no trouble removing temporary files manually.
output is also written to a file @file{epspdf.log}. For Linux/Unix/Mac
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}. Type
-@kbd{echo %APPDATA%} to find out which.
+directory may be @file{c:\Users\@var{your user name}\AppData\Roaming} or
+@file{c:\Documents and Settings\@var{your user name}\Application
+Data}. Type
+@example
+echo %APPDATA%
+@end example
+in a Command Prompt window to find out which.
The logfile lists all epspdf calls and all Ghostscript- and pdftops
calls plus error information.