[OS X TeX] epstopdf
Jérôme Laurens
jerome.laurens at u-bourgogne.fr
Fri Sep 30 16:32:06 CEST 2005
Le 27 sept. 05, à 20:37, Chris Goedde a écrit :
> A couple weeks ago, Luis Sequeira wrote:
>
>> Like a previous poster has said, it is better to handle (b) at shell
>> level.
>> To convert all eps files below a given directory, you may do the
>> following:
>> 1) Open Terminal and cd to the appropriate directory
>> 2) type the following command:
>> find . -name '*.eps' -exec epstopdf {} \;
>
> This fails for me if the path contains spaces, which all my
> (relevant) paths do
The correct syntax is:
find . -name '*.eps' -exec epstopdf '{}' \;
The quotes will preserve white spaces and other special characters to
be misinterpreted
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list