Am Mittwoch, 13. April 2005 10:16 schrieb Ekkehart Schlicht: > Just a small suggestion: > > If BibTeX reference is inserted and the bibliography file is searched for > and selected, its reference is given as the absolute path, rather than > the relative path. To enhance portability, it would be good to > take the relative path, as done with the graphics entries.
Both file dialogs should work alike in theory: Return a relative filename if the file is in the document directory or a subdirectory thereof, and return an absolute filename if not. Do you get different behaviour? Even if the filedialog returns an absolute name you can change it afterwards to a relative one, and it will be preserved. Georg