Jean-Marc Lasgouttes wrote: >>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >>> + else if (!buffer->niceFile) >>> + return fname; > > Georg> Does this mean that the .bib files are found because [EMAIL PROTECTED] > Georg> is set in Buffer::makeLaTeXFile()? I think it would be better > Georg> to be explicit and use an absolute name then. At least we > Georg> should change the comment in Buffer::makeLaTeXFile() (in 1.4). > > But fname_ /is/ an absolute path.
Ahh, I misread "fname" as "name". > Georg> I don't think that normalize_name() is suitable for more > Georg> general use in this form, or are included .tex or graphics > Georg> files also searched via kpathsea? > > Yes, they are. For example, one could have their organization logo > placed as an eps in some place where latex searches by default. And > insetgraphics should be able to use them. This would require to use > findtexfile() in several places. I am not sure how difficult it is > though. I did it for bibtex because I do use BIBINPUTS for that. Sigh. And I thought that this whole filename stuff was really solved... Anyway, it is probably not too difficult to add some findtexfile calls. Georg