logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

e2pall - convert all EPS files in a LaTeX document to PDF

Author

e2pall was written by Jody Klymak and published in a posting to the <pdftex@tug.org> (mailing list).

       This  manual  page  was written by C.M. Connelly for the Debian GNU/Linux system. It is now maintained as
       part of TeX Live.

TeX Live                                          8 March 2022                                         e2pall(1)

Bugs

       Email bug reports to <https://lists.tug.org/tex-k> (public mailing list).

              Seems to be broken

              Cannot handle \input{filename} or \includegraphics{filename} split over more than one line

              Must be run from same directory as the LaTeX file

              Does not look down $TEXINPUTS

              Cannot handle documents that use \include commands

              Assumes all files included with \includegraphics are EPS files

Description

e2pall  searches  through  TEXFILE  for  \includegraphics commands to find the base names of image files.
       When it finds one, e2pall runs epstopdf(1) to create a PDF file from the EPS file.

       e2pall will check to be sure that an existing PDF file is up-to-date with the EPS file, and will not  run
       epstopdf(1) if the PDF file is newer than the EPS file.

Name

       e2pall - convert all EPS files in a LaTeX document to PDF

See Also

epstopdf(1)

Synopsis

e2pallTEXFILE

See Also