summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/e2pall.1
blob: 31fa31bcba51aeaf39bd0ae1b38049ee798dcc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH "e2pall" "1" "8 March 2022" "TeX Live"
.PP 
.SH "NAME" 
e2pall \- convert all EPS files in a LaTeX document to PDF
.PP 
.SH "SYNOPSIS" 
.PP 
\fBe2pall\fP \fITEXFILE\fP
.PP 
.SH "DESCRIPTION" 
.PP 
\fBe2pall\fP searches through \fITEXFILE\fP for \eincludegraphics
commands to find the base names of image files\&.  When it finds one,
\fBe2pall\fP runs \fBepstopdf\fP(1) to create a PDF file from the EPS
file\&.
.PP 
\fBe2pall\fP will check to be sure that an existing PDF file is
up-to-date with the EPS file, and will not run \fBepstopdf\fP(1) if
the PDF file is newer than the EPS file\&.
.PP 
.SH "BUGS" 
.PP 
Email bug reports to <https://lists.tug.org/tex-k> (public mailing list).
.IP "" 
Seems to be broken
.IP "" 
Cannot handle \einput{\fIfilename\fP} or
\eincludegraphics{\fIfilename\fP} split over more than one
line
.IP "" 
Must be run from same directory as the LaTeX file
.IP "" 
Does not look down $TEXINPUTS
.IP "" 
Cannot handle documents that use \einclude commands
.IP "" 
Assumes \fIall\fP files included with \eincludegraphics are EPS
files
.IP 
.PP 
.SH "SEE ALSO" 
.PP 
\fBepstopdf\fP(1)
.PP 
.SH "AUTHOR" 
.PP 
\fBe2pall\fP was written by Jody Klymak and published in a posting to
the <pdftex@tug\&.org> (mailing list)\&.
.PP 
This manual page was written by C\&.M\&. Connelly for the Debian
GNU/Linux system\&. It is now maintained as part of TeX Live.