Penguin
Annotated edit history of e2pall(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 e2pall
2 !!!e2pall
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 BUGS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 e2pall - convert all EPS files in a LaTeX document to PDF
14 !!SYNOPSIS
15
16
17 __e2pall__ ''TEXFILE''
18 !!DESCRIPTION
19
20
21 __e2pall__ searches through ''TEXFILE'' for
22 includegraphics commands to find the base names of image
23 files. When it finds one, __e2pall__ runs
24 epstopdf(1) to create a PDF file from the EPS
25 file.
26
27
28 __e2pall__ will check to be sure that an existing PDF
29 file is up-to-date with the EPS file, and will not run
30 epstopdf(1) if the PDF file is newer than the EPS
31 file.
32 !!BUGS
33
34
35 Seems to be broken
36
37
38 Cannot handle input{''filename''} or
39 includegraphics{''filename''} split over more than one
40 line
41
42
43 Must be run from same directory as the LaTeX
44 file
45
46
47 Does not look down $TEXINPUTS
48
49
50 Cannot handle documents that use include
51 commands
52
53
54 Assumes ''all'' files included with includegraphics are
55 EPS files
56 !!SEE ALSO
57
58
59 epstopdf(1)
60 !!AUTHOR
61
62
63 __e2pall__ was written by Jody Klymak
64 __
65
66
67 This manual page was written by C.M. Connelly
68 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.