summaryrefslogtreecommitdiff
path: root/support/epstopdf/epstopdf.1
diff options
context:
space:
mode:
Diffstat (limited to 'support/epstopdf/epstopdf.1')
-rw-r--r--support/epstopdf/epstopdf.117
1 files changed, 10 insertions, 7 deletions
diff --git a/support/epstopdf/epstopdf.1 b/support/epstopdf/epstopdf.1
index 3e64f1ab72..feb5e887c9 100644
--- a/support/epstopdf/epstopdf.1
+++ b/support/epstopdf/epstopdf.1
@@ -1,5 +1,5 @@
-.TH EPSTOPDF 1 "17 September 2018"
-.\" $Id: epstopdf.1 48681 2018-09-16 23:03:58Z karl $
+.TH EPSTOPDF 1 "29 August 2022"
+.\" $Id: epstopdf.1 64235 2022-08-29 22:52:01Z karl $
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
@@ -64,11 +64,14 @@ scan HiresBoundingBox (default: false).
turn on restricted mode (default: [true for repstopdf, else false]);
this forbids the use of \fB--gscmd\fP and other options and imposes
restrictions on the input and output file names according to the values
-of openin_any and openout_any (see the Web2c manual, http://tug.org/web2c).
+of openin_any and openout_any (see the Web2c manual, https://tug.org/web2c).
+On Windows, the Ghostscript command is forced to be the TeX Live builtin
+gs, installed under \fB.../tlpkg/tlgs/bin/\fP.
.PP
Options for Ghostscript (more info below):
.IP "\fB--gscmd\fP=\fIval\fP"
-pipe output to \fIval\fP (default: [\fBgswin32c\fP on Windows, else \fBgs\fP])
+pipe output to \fIval\fP (default: [\fBgswin64c\fP on 64-bit Windows,
+\fBgswin32c\fP on 32-bit Windows, else \fBgs\fP])
.IP "\fB--gsopt\fP=\fIval\fP"
include \fIval\fP as one argument in the gs command (can be repeated).
.IP "\fB--gsopts\fP=\fIval\fP"
@@ -148,8 +151,8 @@ options specified, so the problem can be reproduced.
\fBgs\fP(1),
\fBpdfcrop\fP(1).
.PP
-The epstopdf LaTeX package, part of the oberdiek bundle, which automates
-running this script on the fly under TeX: http://ctan.org/pkg/epstopdf-pkg.
+The epstopdf LaTeX package, which automates running this script on the
+fly under TeX: https://ctan.org/pkg/epstopdf-pkg.
.SH AUTHOR
Originally written by Sebastian Rahtz, for Elsevier Science, with
subsequent contributions from Thomas Esser, Gerben Wierda, Heiko
@@ -157,6 +160,6 @@ Oberdiek, and many others. Currently maintained by Karl Berry.
.PP
Man page originally written by Jim Van Zandt.
.PP
-epstopdf home page: http://tug.org/epstopdf.
+epstopdf home page: https://tug.org/epstopdf.
.PP
You may freely use, modify and/or distribute this man page.