summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-17 22:34:12 +0000
committerKarl Berry <karl@freefriends.org>2014-01-17 22:34:12 +0000
commit1dfd15d0f24b5707482c2a333414285680eb2ef9 (patch)
tree21d5158f117e7cacbca070a1bd9b6d71716feb14 /Master/texmf-dist/doc
parent833778b1a6395fa6b48763009795eb16b309d532 (diff)
epstopdf 2.21 (17jan14)
git-svn-id: svn://tug.org/texlive/trunk@32706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.129
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.man1.pdfbin9594 -> 9859 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/repstopdf.man1.pdfbin9594 -> 9859 bytes
-rw-r--r--Master/texmf-dist/doc/support/epstopdf/README4
4 files changed, 23 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1
index 5d95bd8f2c1..cb3fb4519ce 100644
--- a/Master/texmf-dist/doc/man/man1/epstopdf.1
+++ b/Master/texmf-dist/doc/man/man1/epstopdf.1
@@ -1,20 +1,23 @@
-.TH EPSTOPDF 1 "28 September 2013"
-.\" $Id: epstopdf.1 31784 2013-09-27 22:43:16Z karl $
+.TH EPSTOPDF 1 "17 January 2014"
+.\" $Id: epstopdf.1 32701 2014-01-17 18:09:54Z karl $
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
\fBepstopdf\fP [\fIoptions\fP] [\fIepsfile\fP]
.SH DESCRIPTION
-\fBepstopdf\fP transforms the Encapsulated PostScript file \fIepsfile\fP
+By default, \fBepstopdf\fP converts the input PostScript file to PDF,
+using Ghostscript.
+.PP
+\fBEpstopdf\fP transforms the Encapsulated PostScript file \fIepsfile\fP
(or standard input) so that it is guaranteed to start at the 0,0
coordinate, and it sets a page size exactly corresponding to the
BoundingBox. Thus, the result needs no cropping, and the PDF MediaBox
-is correct. By default, the input is converted to PDF using Ghostscript.
+is correct.
.PP
PJL commands at the start of a file are removed. DOS EPS binary files
(TN 5002) are supported.
.PP
-If the bounding box in the input file is not right, of course there will
+If the bounding box in the input is incorrect, of course there will
be resulting problems.
.SH OPTIONS
Options may start with either "\fB-\fP" or "\fB--\fP", and may be
@@ -98,17 +101,25 @@ known to be safe; some options taking booleans, integers or fixed
names are allowed, those taking general strings are not.
.SH EXAMPLES
-Examples all equivalently producing `test.pdf':
+Examples all equivalently converting `test.eps' to `test.pdf':
.nf
epstopdf test.eps
cat test.eps | epstopdf --filter >test.pdf
-cat test.eps | epstopdf -f -d -o=test.pdf
+cat test.eps | epstopdf -f -o=test.pdf
.fi
.PP
-Example to look for HiResBoundingBox and produce corrected PostScript:
+Example for using HiResBoundingBox instead of BoundingBox:
.nf
-epstopdf -d --nogs --hires test.ps >testcorr.ps
+epstopdf --hires test.eps
.fi
+.PP
+Example for producing \fBepstopdf\fP's attempt at corrected PostScript:
+.nf
+$program --nogs test.ps >testcorr.ps
+.fi
+.PP
+In all cases, you can add \fB--debug\fP (\fB-d\fP) to see more about
+what \fBepstopdf\fP is doing.
.SH BUGS
The case of "%%BoundingBox: (atend)" when input is not seekable (e.g.,
from a pipe) is not supported.
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
index 91dae4561c8..fec401f3de2 100644
--- a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
index ea9fade0492..56f14e52b74 100644
--- a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/epstopdf/README b/Master/texmf-dist/doc/support/epstopdf/README
index 8db80193760..26a37f7276c 100644
--- a/Master/texmf-dist/doc/support/epstopdf/README
+++ b/Master/texmf-dist/doc/support/epstopdf/README
@@ -1,4 +1,4 @@
-$Id: README 17507 2010-03-19 22:52:56Z karl $
+$Id: README 32701 2014-01-17 18:09:54Z karl $
This file is public domain. (Originally written by Karl Berry, 2009.)
This is the README for the epstopdf script distribution.
@@ -8,6 +8,8 @@ Primary distribution point: http://mirror.ctan.org/support/epstopdf/
Home page: http://tug.org/epstopdf/
+Run epstopdf --help for the usual list of options, examples, etc.
+
Mailing list for bugs and discussion: http://lists.tug.org/tex-k
When reporting bugs, please include an input file and command line
options, so the problem can be reproduced.