Georg Baum wrote:

> Am Montag, 4. April 2005 11:44 schrieb Angus Leeming:
>> I guess that this is all pretty clear. We're going to have to escape
>> the "~" in the file path. However, I'm a little suprised by the
>> absolute path. Wouldn't this be just the file name normally?
> 
> It should be only the file name, both for the external and graphics
> inset. Which one did you use?

Which inset? The graphics inset. I'll dig out the .lyx file this evening.

Note that this is LyX 1.3.x, which contains the lines:

(insetgraphics.C, line 631, prepareFile():
                // now we have any_dir_file.ext
                temp_file = MakeAbsPath(temp_file, buf->tmppath);
                lyxerr[Debug::GRAPHICS]
                        << "\tchanged to: " << temp_file << endl;


so it appears to me that we export the full path, no?

-- 
Angus

Reply via email to