Re: [patch] fixes for insetgraphics and insetexternal

2005-01-14 Thread Angus Leeming
Georg Baum wrote: >>> Yes. I knew that, but did not remember that _this_ could be your >>> problem. I don't know why it is like that, but if desired it would not >>> be difficult to call convertDefault.sh. Angus, do we want that? >> >> Sure. I must have forgotten it. > > This patch implements tha

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-14 Thread Georg Baum
Angus Leeming wrote: > Georg Baum wrote: >> Yes. I knew that, but did not remember that _this_ could be your problem. >> I don't know why it is like that, but if desired it would not be >> difficult to call convertDefault.sh. Angus, do we want that? > > Sure. I must have forgotten it. This patch

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-13 Thread Angus Leeming
Georg Baum wrote: > Juergen Spitzmueller wrote: > >> So it seems that InsetExternal does not call convertDefault.sh, like >> InsetGraphics. > > Yes. I knew that, but did not remember that _this_ could be your problem. > I don't know why it is like that, but if desired it would not be > difficult

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-13 Thread Georg Baum
Juergen Spitzmueller wrote: > So it seems that InsetExternal does not call convertDefault.sh, like > InsetGraphics. Yes. I knew that, but did not remember that _this_ could be your problem. I don't know why it is like that, but if desired it would not be difficult to call convertDefault.sh. Angus

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-13 Thread Juergen Spitzmueller
Georg Baum wrote: > Does the file 0_home_juergen_lyx-error.png exist in the temp dir? No. But it does not get converted either if I copy it to that place. > Any other > files with the same basename? No. > And what is your converter from png -> eps? If hadn't defined any (i.e. convertDefaul

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-13 Thread Georg Baum
Juergen Spitzmueller wrote: > Georg Baum wrote: >> Jürgen, can you check wether this fixes your problems? > > Unfortunately not. > > \includegraphics{0_home_juergen_lyx-error} Does the file 0_home_juergen_lyx-error.png exist in the temp dir? Any other files with the same basename? And what is

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-13 Thread Juergen Spitzmueller
Georg Baum wrote: > Jürgen, can you check wether this fixes your problems? Unfortunately not. \includegraphics{0_home_juergen_lyx-error} I could not locate the file with any of these extensions: .eps,.ps,.eps.gz,.ps.gz,.eps.Z Try typingto proce

Re: [patch] fixes for insetgraphics and insetexternal

2005-01-12 Thread Angus Leeming
Georg Baum wrote: > 2. (insetexternal) The lines > > ReferencedFile latex "$$AbsPath$$Basename.eps" > ReferencedFile dvi "$$AbsPath$$Basename.eps" > > in the template definition tell LyX that the file > "$$AbsPath$$Basename.eps" will be created by the conversion process and > will be needed by th

[patch] fixes for insetgraphics and insetexternal

2005-01-12 Thread Georg Baum
Jürgen reported last year that files did not get converted when included with the RasterImage template. I tried to reproduce this now and found the following bugs: 1. (graphicsinset) Converted files are not copied to the export directory if a converter is defined. The fix is very simple. 2. (i