>>>>> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
Rob> Shouldn't you remove all extensions of each figure input file? I
Rob> use Grace files (.agr extension), which goes as .agr files into
Rob> the LaTeX export file. Of cource LaTeX doen't know what to do
Rob> with Grace files and reports errors.
Rob> You may say "you must convert manually your agr files into eps
Rob> files anyway", yes true. But on top of that, I also have to edit
Rob> unnecessarily the exported LaTeX file. If the .agr extension
Rob> would be dropped, my manually generated eps files would work
Rob> immediately with the LaTeX export.
The code in insetgraphics says:
// "nice" means that the buffer is exported to LaTeX format but not
// run through the LaTeX compiler.
// if (nice)
// no conversion needed!
// Return the original filename as is, because we do not know
// what the user decide.
if (buf->niceFile)
return orig_file;
This seems stupid to me, but since I do not know _why_ this code has
been added, I am not sure how to fix it.
JMarc