1e2pall(1) General Commands Manual e2pall(1)
2
3
4
6 e2pall - convert all EPS files in a LaTeX document to PDF
7
9 e2pall TEXFILE
10
12 e2pall searches through TEXFILE for \includegraphics commands to find
13 the base names of image files. When it finds one, e2pall runs epsto‐
14 pdf(1) to create a PDF file from the EPS file.
15
16 e2pall will check to be sure that an existing PDF file is up-to-date
17 with the EPS file, and will not run epstopdf(1) if the PDF file is
18 newer than the EPS file.
19
21 Email bug reports to <https://lists.tug.org/tex-k> (public mailing
22 list).
23
24 Seems to be broken
25
26 Cannot handle \input{filename} or \includegraphics{filename}
27 split over more than one line
28
29 Must be run from same directory as the LaTeX file
30
31 Does not look down $TEXINPUTS
32
33 Cannot handle documents that use \include commands
34
35 Assumes all files included with \includegraphics are EPS files
36
38 epstopdf(1)
39
41 e2pall was written by Jody Klymak and published in a posting to the
42 <pdftex@tug.org> (mailing list).
43
44 This manual page was written by C.M. Connelly for the Debian GNU/Linux
45 system. It is now maintained as part of TeX Live.
46
47
48
49TeX Live 8 March 2022 e2pall(1)