diff options
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/epstopdf.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/epstopdf.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1 index ac57d1dc7d2..1669e624899 100644 --- a/Master/texmf-dist/doc/man/man1/epstopdf.1 +++ b/Master/texmf-dist/doc/man/man1/epstopdf.1 @@ -1,5 +1,5 @@ -.TH EPSTOPDF 1 "18 March 2010" -.\" $Id: epstopdf.1 18160 2010-05-09 00:02:00Z karl $ +.TH EPSTOPDF 1 "12 May 2013" +.\" $Id: epstopdf.1 30418 2013-05-12 17:54:12Z karl $ .SH NAME epstopdf, repstopdf \- convert an EPS file to PDF .SH SYNOPSIS @@ -14,6 +14,11 @@ result is piped to Ghostscript and a PDF version written. .P If the bounding box is not right, of course, there are problems. .SH OPTIONS +Options may start with either "\fB-\fP" or "\fB--\fP", and may be +unambiguously abbreviated. (It is best to use the full option name in +scripts, though, to avoid possible collisions with new options in the +future.) +.PP .IP "\fB--outfile\fP=\fIfile\fP" write result to \fIfile\fP. If this option is not given, and \fB--nogs\fP or \fB--filter\fP is specified, write to standard output; @@ -53,13 +58,13 @@ display help message and exit .IP "\fB--version\fP display version information and exit .SH EXAMPLES -Examples which produce "test.pdf": +Examples all equivalently producing "test.pdf": .nf epstopdf test.eps -produce postscript | epstopdf --filter >test.pdf -produce postscript | epstopdf -f -d -o=test.pdf +cat test.eps | epstopdf --filter >test.pdf +cat test.eps | epstopdf -f -d -o=test.pdf .fi -Example: look for HiresBoundingBox and produce corrected PostScript: +Example to look for HiResBoundingBox and produce corrected PostScript: .nf epstopdf -d --nogs --hires test.ps >testcorr.ps .fi |