[tex-k] MULTIPLE FILES

Pierre MacKay pierre.mackay at comcast.net
Thu Feb 28 19:17:56 CET 2013


On 02/28/2013 04:42 AM, Enrico Martoglio wrote:
> Got a problem with epstopdf...
> It only works with a single file, but if I'd have ie 4 or 5 eps files 
> in a folder, what can I do to process'em at once?
> The sintax epstopdf ./*.eps doesn't work.
> Greets from Italy
> Henry
>
>
The obvious way, if you have an access to shell programming (and there 
is supposed to be some limited version of this on Windows):

For i in *.eps ;do
epstopdf $i
done

I don't know what that would look like in Moicrosoftese.

Pierre MacKay



More information about the tex-k mailing list