summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/epspdf/epspdf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/epspdf.texi')
-rw-r--r--Master/texmf-dist/doc/support/epspdf/epspdf.texi26
1 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/epspdf.texi b/Master/texmf-dist/doc/support/epspdf/epspdf.texi
index 6bbb50f9456..816e89e5fb6 100644
--- a/Master/texmf-dist/doc/support/epspdf/epspdf.texi
+++ b/Master/texmf-dist/doc/support/epspdf/epspdf.texi
@@ -21,7 +21,7 @@
@raggedbottom
@end iftex
-@set version 0.4.1
+@set version 0.4.2
@set homepage http://tex.aanhet.net/epspdf/
@setchapternewpage off
@@ -33,9 +33,10 @@ This manual is for epspdf, version @value{version}.
Copyright @copyright{} 2006, 2007, 2008, 2009 Siep Kroonenberg.
@quotation
-Permission is granted to make and distribute verbatim copies of this
-entire document without royalty provided the copyright notice and this
-notice are preserved.
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without any warranty.
@end quotation
@end copying
@@ -265,7 +266,7 @@ for Unix/Linux/OS X, or
for Windows. It is the responsibility of the caller to provide double
quotes.
-The TeX Live package for epspdf already includes such wrapper scripts.
+The TeX Live package for epspdf already includes a wrapper.
Basic usage:
@@ -284,9 +285,9 @@ The summary below is the output of a command @kbd{epspdf --help}
for help.
@example
$ epspdf --help
-Epspdf version 0.4.1
+Epspdf version 0.4.2
Copyright (C) 2006, 2008, 2009 Siep Kroonenberg
-Epspdf 0.4.1
+Epspdf 0.4.2
Convert between [e]ps and pdf formats
Usage: epspdf.rb [options] infile [outfile]
Default for outfile is file.pdf if infile is file.eps or file.ps
@@ -447,6 +448,11 @@ stuck with .eps format. Tips for converting to .eps:
@section Linux
@table @emph
+@item sam2p
+This command-line bitmap-to-PostScript/pdf conversion utility is
+available from @url{http://code.google.com/p/sam2p/} and may already be
+packaged for your distribution. It produces very small files:
+@samp{sam2p image.png image.eps}
@item ImageMagick/convert
@command{convert} from the ImageMagick package is a command-line
utility: @samp{convert image.png image.eps}
@@ -474,9 +480,9 @@ or
@example
bmeps -c image.png image.eps
@end example
-sam2p is distributed with TeX Live, bmeps both with TeX Live and with
-MikTeX. Without the @code{-c} option, bmeps produces a grayscale
-image. It produces larger files than sam2p.
+sam2p is distributed with TeX Live (Windows only), bmeps both with TeX
+Live and with MikTeX. Without the @code{-c} option, bmeps produces a
+grayscale image. It produces larger files than sam2p.
@menu
* GUI use of sam2p and bmeps::