On Tue, 2002-10-22 at 18:33, Jean-Marc Lasgouttes wrote: > >>>>> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > Darren> On Tue, 2002-10-22 at 03:53, Garst R. Reese wrote: > >> Darren Freeman wrote: > >> > > >> > Dear list, > >> > > >> > I am using the latest 1.3.0CVS (as of a couple of hours ago =). > >> > > >> > I have a document with plenty of PNG images in it, never had > >> problems > before on 1.2.1. > >> > > >> > Now whenever I go View->DVI or View->PDF or View->PS I get errors > >> during > the LaTeX run: can't convert PNG to EPS. > >> > > >> > Any ideas? > >> > > >> What do you have in Preferences Conversions Converters? Can you > >> convert with convert? > > Darren> Excellent idea. I didn't have one in preferences. > > Darren> I think this is how 1.3.0CVS looks right now, unless it's > Darren> using my 1.2.1 preferences. > > I remember that Herbert did remove many specific converters and > replaced them with the lib/script/convertDefault.sh script which acts > as a fallback. > > Could you try to run without the png->eps converter but with the "-dbg > graphics" option and tell us what the output is?
Done. Had a look through, found the problem. I didn't have execute permission on convertDefault.sh After adding it, all OK. The scripts in the same dir were executable, is that a problem in the tree? BTW that was a pretty simple script =) But what is the default depth of just running convert? Is it appropriate to force depth to 8? > JMarc Darren