[OS X TeX] \includegraphics question
Robert Bruner
rrb at math.wayne.edu
Thu Nov 29 08:33:11 CET 2007
> $ pdftops -eps websurvey_pg1.pdf
>
> So, what gives? Why is not the PDF *or* the EPS alone sufficient for
> latex to do its thing? It's more of an annoyance than anything,
> because I end up having to generate an EPS file for every PDF I want
> to include.
What I am about to say is embarrasssingly obvious to Terminal users,
so I apologize if I am wasting your time, but this can be done
quickly. In tcsh you'd say
foreach f (websurvey*pdf)
pdftops -eps $f
end
In (ba)sh the syntax would differ, but the idea's the same.
Crude though, and doesn't address the real question of course.
Bob Bruner
More information about the macostex-archives
mailing list